stumps

New Member
Joined
Jan 26, 2018
Messages
22
Hi, can someone assist with the a formula for the 2nd example :

BCDEFGHIK
2DescriptionPropertyvatDrvatCreditvatBankTransfer
3Transfer Eaton100.00-100.00100.00

<tbody>
</tbody>

Formula does work in cell k3 :[FONT=&quot]=IF([/FONT][FONT=&quot]$B3[/FONT][FONT=&quot]="Transfer",SUM[/FONT][FONT=&quot]($E3)[/FONT][FONT=&quot]-SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$F3[/FONT][FONT=&quot])[/FONT][FONT=&quot]-SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$G3[/FONT][FONT=&quot])[/FONT][FONT=&quot]+SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$H3[/FONT][FONT=&quot])[/FONT][FONT=&quot],"")


[/FONT]
BCDEFGHIKLM
2DescriptionPropertyvatDrvatCreditvatBankTransfer-EatonTransfer-FestivalTransfer-Junomar
3Transfer Eaton100.00-100.00False

<tbody>
</tbody>

Formula does not work in cell K3 :[FONT=&quot]=IF([/FONT][FONT=&quot]$B3[/FONT][FONT=&quot]="Transfer",)=IF([/FONT][FONT=&quot]$C3[/FONT][FONT=&quot]="Eaton",SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$E3[/FONT][FONT=&quot])[/FONT][FONT=&quot]-SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$F3[/FONT][FONT=&quot])[/FONT][FONT=&quot]-SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$G3[/FONT][FONT=&quot])[/FONT][FONT=&quot]+SUM[/FONT][FONT=&quot]([/FONT][FONT=&quot]$H3[/FONT][FONT=&quot])[/FONT],"")

Have added a Drop List in cell C3 which contains(Eaton Festival Junomar) - would like the total to be inserted in the appropriate cell e.g. Would like a total in L3 If Festival is selected from the drop box in C3.

Thanks in advance
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Perhaps =IF(and($B3="Transfer",$C3="Eaton"),$E3-$F3-$G3+$H3,"")
There is no need for the SUM function if only one cell is referenced
 
Upvote 0

Forum statistics

Threads
1,214,806
Messages
6,121,672
Members
449,045
Latest member
Marcus05

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