NEED TO FLAG A COLUMN IF LESS THAN ANOTHER COLUMN
how can I flag column "UMW QTY (BOXES)" if its less than "UWM MIN IN STORE QTY"?
also need to flag "TNM QTY (BOXES)" if its less than "TNM MIN IN STORE QTY" and "TMP QTY (BOXES)" if its less than "TNP MIN IN STORE QTY".
I tried using a helper column with the IF/OR formula but that's not working and I can choose the symbol using conditional formatting. what am I doing wrong?
Answers
-
Hello @NikkiOno
I was able achieve this by using a formula and conditional formatting together.
First I added a "STATUS" Column with Symbol Type in the column properties..
Inside the "STATUS" Column, I placed a formula shown in my screen shot below:
=IF([UMW QTY (BOXES)]@row > [UWM MIN IN STORE QTY]@row, "Red", "")
In addition, I added a Conditional Format shown in my screen shot here:
If STATUS is 'Red' then apply this format to the UMW QTY (BOXES) column
Then you can hide the "STATUS" column if you don't want it visible in your sheet.
You can continue to modify the formula to suit your other needs, using different colors for anything else you want flagged in the conditional format to distinguish them better.
I hope you found this helpful!
https://www.linkedin.com/in/zchrispalmer/
-
thanks for helping me try to figure this out. it works if i only need to do it for UWM, but i need to do it for TNM and TNP as well. when I add in another IF, it doesn't work.
=IF([UWM QTY (BOXES)]@row > [UWM MIN IN STORE QTY (BOXES)]@row, "Red", ""), IF([TNM QTY (BOXES)]@row >[TNM MIN IN STORE QTY (BOXES)]@row, "Red","")
-
Try creating a "STATUS" column, one for each "Status UMW", "Status TNM", "Status TMP"
Then having an IF Formula for each status, and conditional format.
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!