Hi,
I need to write a formula which will check 2 conditions,
1. If one cell value is 'JE' then
2. If another cell value is not 'ARC','SPL' then
value 'TYPE' else 'OTHER'
IF(AND('Detail'!$B$3="JE",IF(NOT(OR('JE Detail'!$B$6 = "ARC",'JE Detail'!$B$6 = "SPL","",""),"TYPE","OTHER")))
This is not giving correct value as I have not given any values for NOT(OR) statement. But, I need the result to be based on B3 and B6 cells, not just B6.
Any suggestions are highly appreciated.
Bookmarks