hello,
I want to make an if function that accounts for two text strings;
=if(b3="tekst1" OR "tekst2";"";b4+b5)
My problem is that I do not know how to tell exel the OR function.
Anyone? thanks!
hello,
I want to make an if function that accounts for two text strings;
=if(b3="tekst1" OR "tekst2";"";b4+b5)
My problem is that I do not know how to tell exel the OR function.
Anyone? thanks!
Hi,
Try this,
=IF(OR(b3="tekst1";"tekst2");"";b4+b5)
Rule 1: Never merge cells
Rule 2: See rule 1
"Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".
Try this:
Does that help?![]()
=IF(OR(B3={"tekst1","tekst2"}),"",B4+B5) or...a variation of that... =IF(OR(B3="tekst"&{1,2}),"",B4+B5)
Last edited by Ron Coderre; 03-26-2009 at 09:53 AM. Reason: Added another variation
thnx guys,
thw following works form me;
=HVIS(ELLER(B3={"tekst1";"tekst2"});"";B4+B5)
note that ; = , in the english version
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks