Related Posts
What is a look back analysis?
Hey guys. I have been applying to Amex for the past 1 year. Tried applying on the portal, through referrals and even hr consultants reached me regarding the roles since I have a relevant profile. But not once have I been shortlisted or called for an interview. What could be the problem?
PS: I have gotten calls from every other company for the same profile but not amex. Can't be a problem with the profile. Seems something dicey which I'm not aware of.American Express
Infosys Limited Hi Sharks,How Much Ideal Salary Expectation to ask for as per the Current Market Scale going on For Below Expertise -
YOE - 7 yrs Tech Stack - Core Java, Spring Boot
Need Urgent Suggestion, Pls Help 🙏 Thanks
Infosys Limited Infosys Tata Consultancy BNP Paribas CIB Bank of America JPMorgan Chase Atos Tech Mahindra
Where my arabs at
Additional Posts in Excel Genius
New to Fishbowl?
unlock all discussions on Fishbowl.




Sounds like you need a 3rd column (column c) and gotta use an if statement. Like if this cell is populated, use this else use that.
Thank you! V helpful
The problem with your ask is that Column A would require a formula in each cell. If you have a formula in the cell you’re replacing what is already in the cell.
As another commenter said you need a 3rd column with a simple IF formula example below this would be the formula for each cell in your 3rd column (assumption row 1 is header row 2 is where data starts).
=IF(A2<>””,A2,B2)
This formula is asking A2 if it is anything but blank, if so it populates content from A2, if not (if it’s blank) it populates what is in B2.
Have you tried chatgpt ing it?
Lol
In column C I would put the following formula: If(B1=“ “, A1, A1=B1) but there are 4 possible combinations.
A1 = 0, B1=0
A1=0, B1=1
A1=1, B1=0
A1=1, B1=1
So first 3 cases are covered by formula, but what about case number 4? Which one would you choose? If you have additional condition for this particular case, raise it so that formula will be adjusted.
The last case wouldn't be relevant. Only the first three would be possible in this case, but helpful feedback
Column C = Column A + Column B. Since only one column would be populated.