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

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
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,214,983
Messages
6,122,598
Members
449,089
Latest member
Motoracer88

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