SanjayGMusafir
Well-known Member
- Joined
- Sep 7, 2018
- Messages
- 1,535
- Office Version
- 2024
- Platform
- Windows
Hi Experts
For last many days I have been thinking about replacing offset function in a structured table "Banks". Thought of many things but couldn't narrow down to some suitable way to keep formula dynamic with structured reference.
The options I thought of -
Please help
Thanks in Advance
My current formula is -
For last many days I have been thinking about replacing offset function in a structured table "Banks". Thought of many things but couldn't narrow down to some suitable way to keep formula dynamic with structured reference.
The options I thought of -
- Just now I thought of TAKE function - For that I have to change cell reference to Cell Address
- Earlier, thought of INDEX function - Couldn't get the formula structure in my mind about - How to tell tell excel the row above
Please help
Thanks in Advance
My current formula is -
Excel Formula:
=IFERROR(IFS([@Dt]="","",
AND([@Dt]<=TODAY(),
OR([@Acc]<>OFFSET([@Acc],-1,0),
AND([@Acc]=OFFSET([@Acc],-1,0),[@D2]="Current")),
[@D2]<>"Current",
[@D2]<>"Reserve",
[@T1]<>1),1,
AND([@Dt]=OFFSET([@Dt],-1,0),
[@Dt]<=TODAY(),
[@Acc]=OFFSET([@Acc],-1,0),
[@D2]<>"Reserve",
[@D2]<>"Current",
OR([@T1]=OFFSET([@T1],-1,0),
[@T1]<>OFFSET([@T1],-1,0)+1)),1,
AND([@Dt]<="Today",[@T2]="Y"),2,
OR([@D2]="Current",
AND([@D2]="Reserve",
[@Dt]=EOMONTH(TODAY(),0),
TODAY()=EOMONTH(TODAY(),0))),2,
[@D2]="Reserve",1,
AND([@Dt]<>"",[@Dt]<=TODAY()),0,
TRUE,""),2)