Hi, I created this if function for something im producing, for some reason its does not really work. Please help
{=IF(G4:AK6="S","",IF(G4:AK6="H","",IF(G4:AK6="F","",IF(G4:AK6="","","ERROR"))))}
It is searching a area for anything that is not the letter S, H or F (or a blank space). For some reason it only works if the invalid data is in cell G4 and only then do all of the if statments fail and the ERROR text is produced. Otherwise if invalid data is put anywhere else within that range notching happens.
I don't really know what im doing and I feel im using If statments in the wrong way.
Bookmarks