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
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!