I'm trying to write a formula that if B14 is equal to 3,4,5 or 6 then YES appears in B15, otherwise B15 is blank. I have tried IF,OR and cannot get it to work. Please help.
I'm trying to write a formula that if B14 is equal to 3,4,5 or 6 then YES appears in B15, otherwise B15 is blank. I have tried IF,OR and cannot get it to work. Please help.
hi seorms1021, welcome to the forum. try:
=IF(OR(B14={3,4,5,6}),"YES","")
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Hi, thank you. I tried the formula on a blank worksheet and it works. I'm having issues getting it to work on my project spreadsheet. B14 is the result of a formula. While that formula is being used, the "YES" does not appear. However, if I override the formula in B14 and manually type 3,4,5 or 6, the "YES" formula works. Any thoughts?
I figured it out. The formula result in B14 was not rounding. It would appear a 5, but would technically be 4.999, so the "YES" formula did not recognize it. Thank you for your help benishiryo!!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks