How to write an excel formula with THREE augments; i.e if a certain condition is fulfilled then assign a cell, "HOME" "DRAW" "AWAY"
How to write an excel formula with THREE augments; i.e if a certain condition is fulfilled then assign a cell, "HOME" "DRAW" "AWAY"
You have posted in the wrong place. I shall move the thread for you.
What are the three conditions?
For example:
=IF(A1="x","HOME",If(A1=y,"AWAY","DRAW"))
You didn't give us a fomula to correct ...![]()
Last edited by AliGW; 04-07-2025 at 08:36 AM.
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.
=IF(AND(K4<L4, M4>N4, "Home", IF(AND(L4<K4, N4>M4, "Away", IF(AND(K4=L4, M4=N4, "Draw"))))))
I have moved your post to your own thread.
You parenthesis is at fault:
=IF(AND(K4<L4, M4>N4), "Home", IF(AND(L4<K4, N4>M4), "Away", "Draw"))
If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED. You can also access the SOLVED tag by editing the opening post and choosing SOLVED from the drop-down to the left of the title box.
Also, if you have not already done so, remember that you can reward anyone who offered you help towards a solution for your issue by clicking the small star icon (* 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 each of those who offered help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks