Not sure why this formula is not working
Hi all,
I have this issue where I'm trying to have Smartsheet automatically respond no to a column if the same person was requested before and said no already. IF they said no, the row would copy itself to the bottom and replace the one that said no's info with the next one requested. Thats where I would like smartsheets to automatically say no on behalf of the next one requested if they were the same person as before. One part of the formula I am trying to build will check the event number and the email to see if they are more than 1 and if they are then to check a box. the formula looks like this.
However, it is saying no match when the event numbers are the same and the emails are the same. I am not sure what is wrong with the formula. Any advice would be helpful. Thanks!
Best Answer
-
My first suggestion would be to wrap that in an =IFERROR([Your massive if statement],"")
~MR
Answers
-
Hi,
I figured out that the volunteer email part is the part that isnt working:
however, I still dont know why this is not working…
-
Try =COUNTIFS([Volunteers: Speakers Email]:[Volunteers: Speakers Email], @cell = [Volunteer: Speakers Email]@row)
~MR
-
@Mark Rojas I figured out that it is saying no match because the the speakers emails column is populated by a formula, and I guess the countif formula is having issues with that. Now I just need to figure out the best way of copying the value from the speaker formula to a new column so that the formula for the countif would work.
-
That's really weird, I have tons of cross sheet formulas that index contact lists so I'm not sure why it would be throwing an error. Does the formula pulling in the emails ever throw an error? Can you share that formula?
~MR
-
It doenst. Here is that formula. Its basically a bunch of if then statements to cycle through a couple IDs.
-
My first suggestion would be to wrap that in an =IFERROR([Your massive if statement],"")
~MR
-
If the NO MATCH error is present in the contact column, any formula (including a countifs) referencing the contact column will also show that error. You need to remove that error from the contact type column using an IFERROR statement.
-
That worked @Paul Newcome @Mark Rojas! Thanks alot.
-Brendon Li
-
I gotta say its an honor to have you agree with my answer. Your work has saved a ton of my projects thank you!
@BrendonL Happy to help!
~MR
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!