
Originally Posted by
CHRISOK
Fantastic! Thank you for the help --
I think this is what I needed:
=IF(OR(ISERROR(FIND("PAYROLL",B18))),"",C18*10%)
So if the text of COL B was:
1 ACCOUNTING/PAYROLL
2 SHIPPING DEPT PAYROLL
3 PARTS DEPT STOCK
4 PARTS DEPT PAYROLL
5 AIRPLANE PARTS
6 AIRPLANE REPAIR PERSONNEL'S PAYROLL
Then, only the cells with the word "PAYROLL" (1,2,4,6) would generate a percentage calculate within COL C
I think the one you posted was to find 2 criteria at the same time (both the words ACCOUNTING and PAYROLL) right?
Correct. You can even simplify it to:
(You don't need the OR if you only have one thing to check)
Bookmarks