IF state with 3 sets of criteria
Hello,
I am struggling to get my IF formula to give me anything other than #UNPARSEABLE
I am creating an inventory sheet where if "Stock qty" column is less than "Reorder level" qty than to return "REORDERED NEEDED" or if it is greater than reorder level than to put "OK" but the tricky part comes when I add in my third criteria.
If there is a date filled out in the "reorder date" column then I want that to take priority and output "Reordered"
Any help on writing this formula would be greatly appreciated as I've been at it for days with no luck.
Best Answer
-
Try this formula:
=IF(ISDATE([Reorder date]@row), "Reordered", IF([Stock qty]@row <= [Reorder level]@row, "Reorder Needed", "OK"))
Jessica Selano | Selano Consulting
jessica@selanoconsulting.com
Answers
-
Try this formula:
=IF(ISDATE([Reorder date]@row), "Reordered", IF([Stock qty]@row <= [Reorder level]@row, "Reorder Needed", "OK"))
Jessica Selano | Selano Consulting
jessica@selanoconsulting.com
-
Thank you! This worked perfectly. I really appreciate your help
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!