Simple If with @row - Why won't this work?
Answers
-
Hi Carey,
Try this one.
=IF([Pad Match]@row = [Pad Match2]@row; Found@row+1)
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Andre - What I want to do is see if the Pad location in that first Pad Match cell matches any of the 344 Pad records. So, I appreciate the thought. Is there any way to simply use one cell and compare that to an @row column?
C
-
Ok.
Try this.
=IF(COUNTIF([Pad Match2]:[Pad Match2], [Pad Match]@row) > 0, 1)
Did that one work?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå - Thank you for trying. Correct me if I do not read your logic properly. Your statement logic states count the number of [pad match] are found and if the count is greater than 0 put a 1 in the Pad Match cell. Close and I can use the code elsewhere but not what I need right now. Need: For each new record input, 1) see if there is a matching Well Pad (1-344), 2) Update the Well Pad Found@cell. This allows me to see if a Field Officer is duplicating his Well Pad inspections before finishing his allotted Well Pads to visit for that quarter.
I am trying to make sure each pad is inspected at least once in a quarter. =IF(COUNTIF([Pad Match2]:[Pad Match2], [Pad Match]@row) > 0, 1)
My input into the Comment Field is getting corrupted somehow. What do you think of Parent Children relationships and if they can be the solution? Studying that idea.
-
Do i have to always input into the dropdown input option or is there a way to simply reference a column in the sheet that has the options?
-
Did you get it working?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
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
- 141 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!