Hello,
I am trying to attempt the following with this formula but am getting errrors. Any idea what the errors might be? Thank you!
=IF(othertab!P4="Cents Off",IF(ISNUMBER(SEARCH("CE",G5)),"TRUE",IF(othertab!P4="Free",IF (ISNUMBER(SEARCH("NE",G5)),"TRUE", IF(othertab!P4="Percent Off",IF (ISNUMBER(SEARCH("PE",G5)),"TRUE", IF(othertab!P4="Price Point",IF (ISNUMBER(SEARCH("NE",G5)),"TRUE","FALSE")),"TRUE")))
1) If P4 in the othertab reads “Cents Off” search for “CE” in G5 of the current tab, if this checks out return TRUE, if it does not return FALSE. This needs to repeat for all of the following scenarios:
Cents Off = CE
Free = NE
Net Each = NE
Percent Off = PE
I am trying to attempt the following with this formula but am getting errrors. Any idea what the errors might be? Thank you!
=IF(othertab!P4="Cents Off",IF(ISNUMBER(SEARCH("CE",G5)),"TRUE",IF(othertab!P4="Free",IF (ISNUMBER(SEARCH("NE",G5)),"TRUE", IF(othertab!P4="Percent Off",IF (ISNUMBER(SEARCH("PE",G5)),"TRUE", IF(othertab!P4="Price Point",IF (ISNUMBER(SEARCH("NE",G5)),"TRUE","FALSE")),"TRUE")))
1) If P4 in the othertab reads “Cents Off” search for “CE” in G5 of the current tab, if this checks out return TRUE, if it does not return FALSE. This needs to repeat for all of the following scenarios:
Cents Off = CE
Free = NE
Net Each = NE
Percent Off = PE