Carry over numbers after decimal point.

adamexcel233

New Member
Joined
Oct 6, 2018
Messages
2
I'm trying to carry over numbers after the decimal point (column in green) and add them to the row belowAt the moment, the RED items are being calculated in each row, and the total is show in BLUE. The number in BLUE is then divided by 7.5 and show in GREEN.



A. 47.50 47.50 47.00 47.00 189.00 25.20

B. 48.50 47.50 44.50 47.50 188.00 25.07
C. 49.00 57.50 53.00 53.50 213.00 28.40


In the GREEN column I have this formula:

=SUM(BLUECOLUMNNUMBER/7.5)

I need to carry over the number in the previous row to the next column, for example:
GREEN Column in B should be 25.27
GREEN Column in Cshould be 25.67

It's probably simple, but can anyone help?
Thanks
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
How about


Excel 2013/2016
EF
318925.20
418825.27
521328.67
asc
Cell Formulas
RangeFormula
F3=E3/7.5
F4=E4/7.5+MOD(F3,1)
 
Upvote 0

Forum statistics

Threads
1,216,725
Messages
6,132,340
Members
449,719
Latest member
excel4mac

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