About IF to change the bubble?
hoangnh
✭
i am doing this:
- IF 0<(column2 / column1)<=0.9 then status is red.
- IF 0.9<(column2 / column1)<0.95 then status is Yellow.
- IF (column2 / column1)>=0.95 then status is Green.
- IF (column2 / column1) = 0 then status is blank.
I use this formula: =IF(0<[2]3/[1]3<0.9;"Red";if(0.9<=[2]3/[1]3<0.95;"Yellow";if([2]3/[1]3>=0.95;"Green";0)
but it doesn't work.
Pls help me
Comments
-
I suggest you use the conditional formatting feature, instead of a formula.
-
Hi! Could you try :
=IF( [2]3/[1]3>=0.95;"Green";IF( [2]3/[1]3>0.9;"Yellow";IF( [2]3/[1]3 >0;"Red";"")))
Best Regards,
Paul B
-
Thanks you guys, it's done!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives