ISNA Excel Formula
I am trying to recreate an excel formula in Smartsheet that looks for the column Header word in the proceeding columns within that same row. If it finds the word in that row, it then places the word in the cell that the formula exists.
So if the formula is in [Apple]1, it searches a specific range of columns in row 1 for "apple", and if it finds it, it puts the word "apple" in [Apple]1.
=IF(ISNA(MATCH(CONCATENATE(AH$1,"*"),$I2:$AA2,0))=FALSE, AH$1,"")
I saw a post about ISERROR so gave that a shot. I started to update the column data in Smartsheet but hit a wall. So far I have:
=IF(ISERROR(MATCH("Apple", HOST1:[ADDT'L]1, 0)), "Apple", "")
Best Answer
-
Try something like this...
=IF(CONTAINS("Apple", HOST1:[ADDT'L]1), "Apple")
Answers
-
Try something like this...
=IF(CONTAINS("Apple", HOST1:[ADDT'L]1), "Apple")
-
That worked! So simple! Thank you so much, really appreciate it.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!