SanjayGMusafir
Well-known Member
- Joined
- Sep 7, 2018
- Messages
- 1,503
- Office Version
- 2021
- Platform
- MacOS
Hi Experts,
Got stuck up with a situation where I want to tell excel to add values in a Column from Header to the row one above current row.
Unable to figure out how to reference a cell above in a structured table.
The formula I'm currently using is -
The above works fine.
But want to change the red part below from the above formula to get the desired result
(Banks[[#Headers],[Less]]:[@Less])
Please help.
Thanks a lot
Got stuck up with a situation where I want to tell excel to add values in a Column from Header to the row one above current row.
Unable to figure out how to reference a cell above in a structured table.
The formula I'm currently using is -
Excel Formula:
SUMIFS((Banks[[#Headers],[Less]]:[@Less]),(Banks[[#Headers],[Acc]]:[@Acc]),[@Acc],(Banks[[#Headers],[Dt]]:[@Dt]),"<"&[@Dt])
The above works fine.
But want to change the red part below from the above formula to get the desired result
(Banks[[#Headers],[Less]]:[@Less])
Please help.
Thanks a lot