Hi All,
I have large spreadsheet with many formulas. but now I want to update the sheet so some of those formulas will only be calculated if the any of the entries from a column in another tab are not matched.
This is the formula I use (apologies, I'm a novice so there is probably a better way).
=IF(OR(F2="Alan",F2="Amy",F2="Bob"),"",IF(AND(ISNUMBER(K2),ISNUMBER(X2)),K2*0.1207-X2,IF(AND(ISNUMBER(K2),X2=""),K2*0.1207,IF(AND(K2="",ISNUMBER(X2)),-X2,IF(AND(K2="",X2=""),"")))))
so this checks is cells are numbers and and names are not Amy, Alan or Ben
sample data
1.png
But the more names I need to add the longer the formula gets.
Is there a simpler way to do this excluding names in a column on another tab?
thank you











LinkBack URL
About LinkBacks
Register To Reply


Bookmarks