If formula - multiple test

M

MB HEG

I want use multiple discriptions in my spreadsheat to indicate when a
individual is off. How do I add this into my formula. I have the "off" in
there now and it works fine. However, I want to add the text "CE", "ML",
"VAC" to equal 0.

=IF('2007 HRS'!B12="OFF",0,'2007 HRS'!B12*'2007 HRS'!$E$44)

thanks
 
D

Dave Peterson

Another one:

=IF(OR('2007 hrs'!B12={"OFF","CE","ML","VAC"}),0,
'2007 hrs'!B12*'2007 hrs'!$E$44)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top