JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
How to apply a column formula on only a range of rows and not every row?
Created:
Jul 15, 2022 05:52 AM
| Last Modified: Jun 10, 2023 4:51 PM(1665 views)
Hi,
I am trying to create a column formula that calculates the mean of every 5 rows (for a specific column).
Normally the formula are applied to every row using values in such row. Instead, I would like to use values from 5 previous row to calculate a mean value.
I am been playing with the formula editor and try to use the Row() and other functions, but without success.