If negative number then enter text
I would like to enter text in a cell if another cell has a negative number. Can I do this or do I have to specify a range of numbers?
If "H-Days between deadline complete" is a negative number then enter "Late" into "Late" column.
Thank you,
Chelsea
Best Answer
-
i had to use this:
=IF([H-Days between deadline complete]1 < 0, "Late")
Answers
-
Assuming you looking for a formula, would something like this work for you?
=IF(H-Days@row < 0, “Late”, “In Progress”)
There are also new automation workflows available to Change a Cell Value based conditions.
-
=IF(H-Days between deadline complete@1<0,"Late") didn't work.
I looked at automation but I don't see an option for <0
-
i had to use this:
=IF([H-Days between deadline complete]1 < 0, "Late")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!