I feel like I've asked this question on here several times. I want to embed an OR statement within an IF statement. Here's what I have:
![]()
=if(OR(D2="Offer Received",D2="Offer Approved",D2="Closing"),C2,B2)
I feel like I've asked this question on here several times. I want to embed an OR statement within an IF statement. Here's what I have:
![]()
=if(OR(D2="Offer Received",D2="Offer Approved",D2="Closing"),C2,B2)
nothing wrong with that but you can use
=if(OR(D2={"Offer Received","Offer Approved","Closing"}),C2,B2)
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Your equation is correct.
Gary's Student
That works. Thanks amigo!
Actually, I think what I was doing was fine, but the cell was formatted to text. It's nice to know another solution though.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks