If a cell does not contain a period
Looking for the syntax for if a cell does not contain . (a period)
This is not working
=IF([Work #]1 <> "*.*", "No", "Yes")
Answers
-
Hi Stavros,
So close!
Remove the *
Try this.
=IF([Work #]@row <> ".", "No", "Yes")
Did it work?
I hope that helps!
Have a fantastic weekend & Happy Holidays!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer. It will make it easier for others to find a solution or help to answer!
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAAtJREFUCB1jYAACAAAFAAGNu5vzAAAAAElFTkSuQmCCSMARTSHEET 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.
-
Hi Andrée
Hmm.. It didn't seem to work
Work # is also a formula field. Do I need to use VALUE in the formula?
-
@Stavros_McGillicuddy Whats the formula in 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.
-
=IF(Ancestors@row = 0, [Work ID]@row, (IF(Ancestors@row = 0, COUNTIF(Ancestors$4:Ancestors@row, 1), "" + PARENT() + "." + COUNTIFS(Ancestors$4:Ancestors@row, Ancestors@row, RowID$4:RowID@row, >(PARENT(RowID@row))))))
-
I would suggest a FIND function.
=IF(FIND(".", [Work #]1) = 0, "No", "Yes")
This will generate a "No" if the cell does not contain a period.
-
It's trowing a #INCORRECT ARGUMENT SET
-
Can you copy the exact formula and paste it here?
-
I found a better way to this using ancestors values
-
@Stavros_McGillicuddy Excellent! How did you solve it?
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.
-
I posted a new question HERE that details what I've been trying to do.
I suspect the issue I was having was due my possibly over-complicating things
-
@Stavros_McGillicuddy I posted a possible solution on your other thread that you mentioned above. Does it help any?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 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!