More Formulas...

Anx

New Member
Joined
Mar 31, 2002
Messages
22
Hi, I need a single formula to do this please ......

If A1<6 then C1=D1,

If A1>=6 but<9 then C1=D1+30%

If A1>=9 then C1=D1+60%

Hope that makes sense, it was the easiest way i could think of explaining what i need :)


..oh yeah, no macros allowed :(


Thanks for your help as always.

Anx
This message was edited by Anx on 2002-04-15 17:09
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
In C1 comes:
=IF(A1<6,D1,IF(A1>=9,D1*1.6,D1*1.3))
This message was edited by Albert 1 on 2002-04-15 17:31
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,380
Members
448,955
Latest member
BatCoder

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