hi guys, i need a formula that will check a cell based on 3 criteria as below
formula to go in C1 checking A1, if A1 is blank show C1 as blank, if A1 =1 show "correct", in C1, if A1 = 2 show "Incorrect" in C1
MANY THANKS IN ADVANCE
scouse13
hi guys, i need a formula that will check a cell based on 3 criteria as below
formula to go in C1 checking A1, if A1 is blank show C1 as blank, if A1 =1 show "correct", in C1, if A1 = 2 show "Incorrect" in C1
MANY THANKS IN ADVANCE
scouse13
Basic IF statements - try this:
=IF(A1="","",IF(A1=1,"Correct","Incorrect"))
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.
Another way:Formula:
Please Login or Register to view this content.
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
What do you want to return if it's not blank, 1 or 2? My formula will return blank, Ali's will return "incorrect". What is your preference?
Or maybe this?![]()
Please Login or Register to view this content.
Willem
English is not my native language sorry for errors
Please correct me if I'm completely wrong
Thanks for the rep.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks