Hi,
I would like to know how I can simplify this formula...
(Cash Collected Forecast - Other Forecast) * IF 'S01 Time Filter'.Weekdays? THEN IF WEEKDAY(START()) = 1 THEN OFFSET('Y03 Securitization'.Ending RTR Balance, -3, 0) ELSE PREVIOUS('Y03 Securitization'.Ending RTR Balance) ELSE 0 / IF 'S01 Time Filter'.Weekdays? THEN IF WEEKDAY(START()) = 1 THEN OFFSET('Y03 Securitization'.Ending RTR Balance, -3, 0) ELSE PREVIOUS('Y03 Securitization'.Ending RTR Balance) ELSE 0 + IF 'S01 Time Filter'.Weekdays? THEN IF WEEKDAY(START()) = 1 THEN OFFSET('Y04 Warehouse Tranche 1'.'Ending RTR Amount (Should Balance to BB Cert)', -3, 0) ELSE PREVIOUS('Y04 Warehouse Tranche 1'.'Ending RTR Amount (Should Balance to BB Cert)') ELSE 0.
Logic: (Cash Collected-Other Forcast)*Previous(Securitization) [Thing is I needed to not pick up my weekends, and using the previouse as Friday if it was Monday...ect