expansivesoundexperiments
New Member
- Joined
- Aug 7, 2018
- Messages
- 2
I currently have the following Excel If statements:
=IF(ISNUMBER(SEARCH("N",C37)),'Plan Code info '!C2,"")
=IF(ISNUMBER(SEARCH("S",C37)),'Plan Code info '!C3,"")
What is the correct syntax to combine these into one statement so that I can have logic to handle if there are values of "N" or "S" in the same cell?
I am using a reference to another sheet to populate the cell with specific values based on "S" or "N"
Thanks
=IF(ISNUMBER(SEARCH("N",C37)),'Plan Code info '!C2,"")
=IF(ISNUMBER(SEARCH("S",C37)),'Plan Code info '!C3,"")
What is the correct syntax to combine these into one statement so that I can have logic to handle if there are values of "N" or "S" in the same cell?
I am using a reference to another sheet to populate the cell with specific values based on "S" or "N"
Thanks