Hi,
I need a formula for If DL5:DM5 contains text "True" than show text "Result" at DN5 otherwise DN5 is blank.
Hi,
I need a formula for If DL5:DM5 contains text "True" than show text "Result" at DN5 otherwise DN5 is blank.
If both cells need to contain text:
Formula:
Please Login or Register to view this content.
If either one or both cells need to contain text:
Formula:
Please Login or Register to view this content.
Geoff
Did I help significantly? If you wish, click on * Add Reputation to say thanks.
If your problem has been resolved please select ?Solved? from the Thread Tools menu
Interpreted differently
=IF(OR(DL5=TRUE,DM5=TRUE),"Result","")
Dave
A third interpretation - did OP mean text "True" or boolean True ??
Thank you, FlameRetired your formula worked.
You are welcome.
@ Geoff
Yeah I thought about that and said, "Well let's just try it." Sometimes I get lucky. LOL![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks