Forum Discussion
Per-Olav_Sandbakk
May 04, 2022Copper Contributor
IFS and SEARCH with three different return values
Hi! A newbie on this forum and would never consider my self as an Excel expert 🙂 Plus I'm not very used to the IFSand SEARCH formulas, so I hope you guys out there might help me. Got a list ...
- May 04, 2022
For example:
=IFS(ISNUMBER(SEARCH("Advantage";A16));"Advantage";ISNUMBER(SEARCH("Essential";A16));"Essential";ISNUMBER(SEARCH("Premier";A16));"Premier";TRUE;"")
HansVogelaar
May 04, 2022MVP
For example:
=IFS(ISNUMBER(SEARCH("Advantage";A16));"Advantage";ISNUMBER(SEARCH("Essential";A16));"Essential";ISNUMBER(SEARCH("Premier";A16));"Premier";TRUE;"")
Per-Olav_Sandbakk
May 04, 2022Copper Contributor
Well that worked brilliantly! Thanks a bunch hans!