Lotus "Up / Down" functionality

peppervenice

New Member
Joined
Nov 6, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Is there an Excel command that is equivalent to the Lotus 123 Down (or Up) command. In Lotus you could place up or down X number of cells into a formula. For example, if you want to average a daily entry for the last 10 days and you enter a new row each day to enter that days data. It has been many, many years since my Lotus days but the formula was something like

+average (current cell [where that was the new data entered for the new day], Up (10)), [or maybe it was Up 9, I don't recall]. With this, every time you entered a new row it would calculate the average for the latest 10 rows.

Thanks.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi & welcome to MrExcel.
Another option
+Fluff v2.xlsm
ABC
1
2110.5
32
43
54
65
76
87
98
109
1110
1211
1312
1413
1514
1615
17
18
Main
Cell Formulas
RangeFormula
A2:A16A2=SEQUENCE(15)
C2C2=AVERAGE(FILTER(A2:A100,ROW(A2:A100)>COUNT(A2:A100)-9))
Dynamic array formulas.
 
Upvote 0
Forgot to mention, ignore the formula in A2, that's just to get some data.
 
Upvote 0
Is there an Excel command that is equivalent to the Lotus 123 Down (or Up) command. In Lotus you could place up or down X number of cells into a formula. For example, if you want to average a daily entry for the last 10 days and you enter a new row each day to enter that days data. It has been many, many years since my Lotus days but the formula was something like

+average (current cell [where that was the new data entered for the new day], Up (10)), [or maybe it was Up 9, I don't recall]. With this, every time you entered a new row it would calculate the average for the latest 10 rows.

Thanks.
Ill try that as well. Thank you.
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

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