How to add 3 arguments to a rule

Toota

New Member
Joined
Feb 11, 2021
Messages
22
Office Version
  1. 2019
Platform
  1. Windows
Hi there,
Hoping someone will be able to add these arguments to my Rule.
The commands i will be using are "lay" "Green" "Close_Trade"

So Rule is IF AK9>0 "LAY" and when AM9>0 "GREEN" or D10>2 "CLOSE_TRADE"

it is probably very simple and hopefully someone can Help?
Thanking You Brendan
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Thankyou so much mrshl9898 you have made my day
 
Upvote 0
Thankyou so much mrshl9898 you have made my day
mrshl9898 i may not have explained myself the best
So Rule is IF AK9>0 "LAY" then when(only when ak9>0 do we move onto)or AM9>0 "GREEN" or D10>2 "CLOSE_TRADE"
Thankyou so much if you could edit your answer =IF(AK9>0,"LAY",IF(AM9>0,"GREEN",IF(D10>2,"CLOSE_TRADE")))
 
Upvote 0
Sounds like that is what we have?

If AK9>0 then LAY is returned, if not then if AM9>0 then GREEN is returned, if not then if D10>2 then CLOSE TRADE, if none are met then you should see FALSE

If you're expecting a different result then a screenshot may be helpful
 
Upvote 0
Ok sorry AK9>0 then LAY is returned-correct ONLY then do we AM9>0 "GREEN",or D10>2"close trade"

So if AK is not greater than 0 then nothing else can happen
Love how quick you are
 
Upvote 0
Hi,

I'm thinking may be this is what you mean:

Excel Formula:
=IF(AK9>0,IF(AM9>0,"GREEN",IF(D10>2,"CLOSE TRADE","LAY")),"")
 
Upvote 0
Solution
You're welcome, thanks for letting us know.

I do believe you're supposed to mark the post that gave you the correct answer as "answer"...Unless you answered your own question.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,442
Members
449,083
Latest member
Ava19

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