Formula Needed

CRAIG20

Board Regular
Joined
Mar 20, 2006
Messages
225
Hi

I need a formula please for a cell B1. I have a number in cell A1. If the number is greater than 25000 I would like it to put the 10% of the amount in B1. If it is less than 25000 I would like it to just enter whatever amount is in cell D1 into B1.

Thanks
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi. Sorry to bother you. I need another formula for cell B31. If the figure in cell B27 is 70 I need it to multiply B31 by 0.7 If the figure in B27 is 90 I need it to multiply B31 by 0.9

Thanks

craig
 
Upvote 0
hang on, do you want a value in B31 to be altered after it is populated? If B31 is calculated then just add "*(B27/100)" to the formular. If however it is user entered then you will probably need a macro to alter it once entered.
Eg. if B31= SUM(B28:B30) then add to it: B31=SUM(B28:B30*(B27/100)
 
Upvote 0

Forum statistics

Threads
1,202,963
Messages
6,052,824
Members
444,602
Latest member
Cookaa

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