Help with rules and commands

Toota

New Member
Joined
Feb 11, 2021
Messages
22
Office Version
  1. 2019
Platform
  1. Windows
Hi there,
I have been lucky enough to get some answers previously and now have another one
A rule for my spreadsheet
Rule can only start when AF8<105 and J3<5but >3
Ok then we have commands LAY and GREEN
AK9>0 LAY when and if that happens then "IF AG9 is 10% < AI9 then GREEN" or "H4=0 GREEN"

Thanks i really love the way everyone helps one another.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi,

Try this:

Excel Formula:
=IF(AND(AF8<105,J3>3,J3<5),IF(AK9>0,IF(OR(AG9<AI9*0.9,H4=0),"GREEN","LAY"),""))
 
Upvote 0
IF AG9 is 10% < AI9

I'm a bit unclear regarding this part, so you may need to change the < to <= like below:

=IF(AND(AF8<105,J3>3,J3<5),IF(AK9>0,IF(OR(AG9<=AI9*0.9,H4=0),"GREEN","LAY"),""))
 
Upvote 0
Solution
What is the error?
You may have numbers in cells that are actually Text.
 
Upvote 0
Maybe my typing mistake ill get back to you tomorrow thanks so much
 
Upvote 0

Forum statistics

Threads
1,213,484
Messages
6,113,927
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top