How can I return a blank cell as blank using the IF function?
Screenshot 2024-08-31 114104.png
For example, I want the E3 cell blank to be represented as B3 (not "0") due to the calculation result of the IF function.
Anyone help?
How can I return a blank cell as blank using the IF function?
Screenshot 2024-08-31 114104.png
For example, I want the E3 cell blank to be represented as B3 (not "0") due to the calculation result of the IF function.
Anyone help?
Last edited by yui_2000; 08-31-2024 at 12:17 PM. Reason: Solved
Welcome to the forum.
Maybe this:
=IF(D2="N",IF(C2="","",C2),IF(B2="","",B2))
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Thank you, it worked
TryFormula:
IF(D3="N",C3,IF(B3="","",B3))
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
You're welcome.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon (Next to Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks