Formula is required

decent_boy

Board Regular
Joined
Dec 5, 2014
Messages
130
Office Version
  1. 2016
Platform
  1. Windows
I have below data and I need a formula in e3 , when I insert value in e as I am showing calculation in column C but it is not be any lookup formula it jus a calculation which can see from column b to column c.

Book2
ABCDEF
1NumberTotal ValueRandom Num
211120
321.022.0223.3Need Formula in E3
431.043.06
541.064.12
651.085.2
761.16.3
871.127.42
981.148.56
1091.169.72
11101.1810.9
12111.212.1
13121.2213.32
14131.2414.56
15141.2615.82
16151.2817.1
17161.318.4
18171.3219.72
19181.3421.06
20191.3622.42
21201.3823.8
Fresh Data Sheet
Cell Formulas
RangeFormula
B2B2=A2
C2C2=SUM(B2)
B3:B21B3=(A2*0.02)+$B$2
C3:C21C3=SUM($B$2:$B3)
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Furthermore, you can see formula in column b where value is multiplying by 0.02 and in column c formula of sum
 
Upvote 0
Sorry, I didn't check well, can you explain how you get this result in cell E3: 23.3
 
Upvote 0
please see row 23 of column b and col c

Book2
ABC
21201.3823.8
Fresh Data Sheet
Cell Formulas
RangeFormula
B21B21=(A20*0.02)+$B$2
C21C21=SUM($B$2:$B21)
 
Upvote 0
Is this what you want
Excel Formula:
=SUMPRODUCT(ROW(INDIRECT("1:"&E2-1))*0.02+1)+1
 
Upvote 0
Solution
Glad w could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,638
Members
449,093
Latest member
Ahmad123098

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