Using "if" with multiple arguments and conditions

pautavo

New Member
Joined
Nov 30, 2012
Messages
2
I trying to have the answer but I’m stuck in the last argument.
This is what I have so far:


· Less than (30) = 6 Month Duration
· Greater than or equal (30) = 12 Month Duration
· Less than 500 = 6 months
· Greater than or equal 500 = 12 Months
· Greater than 1000 = 18 Months




=IF(AND((C10<30),(B10<=500)),"6 MONTHS","12 MONTH")
 
I trying to have the answer but I’m stuck in the last argument.
This is what I have so far:


· Less than (30) = 6 Month Duration
· Greater than or equal (30) = 12 Month Duration
· Less than 500 = 6 months
· Greater than or equal 500 = 12 Months
· Greater than 1000 = 18 Months




=IF(AND((C10<30),(B10<=500)),"6 MONTHS","12 MONTH")

Not achievable, you have conflicting conditions.
 
Upvote 0
I trying to have the answer but I’m stuck in the last argument.
This is what I have so far:


· Less than (30) = 6 Month Duration
· Greater than or equal (30) = 12 Month Duration
· Less than 500 = 6 months
· Greater than or equal 500 = 12 Months
· Greater than 1000 = 18 Months




=IF(AND((C10<30),(B10<=500)),"6 MONTHS","12 MONTH")

Hallo and welcome to MrExcel.
Which condition will be assigned to B10 and which to C10?
 
Upvote 0
B10= linear feet B10<500=6 MONTHS, 1000>B10>500=12 MONTHS, B10>1000= 18 MONTHS
C10= services C10<30= 6 MONTHS, C10>30 = 12
 
Upvote 0

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