Excel

alliswell

Board Regular
Joined
Mar 16, 2020
Messages
190
Office Version
  1. 2007
Platform
  1. Windows
  2. Mobile
calculation.xlsx
ABCDEFGHI
1Sr. NoDateProductsQuantityRateAmountPaidBalance-908
215/10/2021Pens552533-900
326/10/2021pencils785623-933
4  
5 17 
6  
7 16 
8when I drag H2 downwards till H13, it leaves spaces in between and displays  
9the H3 results from H11:H13  
10and when I type in column G it must give results in H5 (-916) rather it gets   
11changed in H11:h13 and when I type figure in G7 the-900
12results should get in H7(-900) but it changes in H11:H13-900
13pls check if my formula is correct.-900
Sheet1
Cell Formulas
RangeFormula
F2:F10F2=IF((D2+E2)>0,D2*E2,"")
H2:H13H2=IF(COUNT(F2+G2)>0,-SUM($F$2:$F2)+SUM($G$2:$G2)+$I$1,"")
 

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.
Excel Formula:
=IF(COUNT(F2+G2)>0,-SUM($F$2:F2)+SUM($G$2:G2)+$I$1,"")
 
Upvote 0
F2:
=IFERROR(1/(1/D2*E2),"")
H2:
=IFERROR($I$2+SUM($G$2:$G2)-SUM($F$2:$F2),"")
 
Upvote 0
yes peter it works the way i liked to...... love you love you a lot muah........
i was really awaiting you
 
Upvote 0
You're welcome. Glad it was what you wanted.
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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