Moving calculations around in Excel

jschoon4

New Member
Joined
Dec 16, 2010
Messages
35

A
B
C
D
E
F
G
1
Company
Qtr4 March
Qtr4 April
Qtr4 May
Subtotal
Impact Type
2
Co. A
$32,083
$32,083
$32,083
$160,145
Savings
3
Co. X
$32,083
$32,083
$64,166
Lost Opportunity
4
5
Total savings
$224,331
6
7
Lost Opportunity Savings

<tbody>
</tbody>

<tbody>
</tbody>

I want all Values in Column F that has an "Impact Type of Lost Opprotunity" Not to get calculated in Cell F5, But I want that data instead added in Cell F7
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Yes? I want to keep all savings in Column F, But I don't not want to collect Cell Vaules in Column F who have a Impact type in Column G of "Lost opportunity"
 
Upvote 0
Row\Col
A​
B​
C​
D​
E​
F​
G​
1​
Company
Qtr4 March
Qtr4 April
Qtr4 May
Subtotal
Impact Type
2​
Co. A
$32,083​
$32,083​
$32,083​
$160,145​
Savings
3​
Co. X
$32,083​
$32,083​
$64,166​
Lost Opportunity
4​
5​
Savings
$160,145​
E5: =SUMIF(F$2:F$3, C5, E$2:E$3)
6​
Lost Opportunity
$64,166​
 
Upvote 0

Forum statistics

Threads
1,216,728
Messages
6,132,374
Members
449,722
Latest member
Martyn TEL

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