IF function help

flash33181

New Member
Joined
Jul 16, 2011
Messages
5
I have a large spreadsheet I'm working on and here's what I want to do:

IF a particular cell has "x" value in it, then I want to multiply a corresponding cell with a pre-filled in dollar value by .45 and place that calculation in a different cell.

Example:

If cell A1="636" then multiply the value of cell B1 by .45 and place in cell C1.

Does that make sense what I'm asking? I can't figure out how to do it other than manually and I have hundreds of cells to do this on.

Thanks in advance.
 
Hi,
I don't get the chance to help too much so you're very fortunate :biggrin:
Hoping I understand what you want, try

=SUMIF($A2:$A20,">0",B2:B20) in Cell B21 then copy/paste across C21, D21, E21.

Hope this helps,

Den
 
Upvote 0

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

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