Not sure if there is a solution to this as I have Googled until I cannot Google anymore, any help, advice or just a plane no will be greatly received
I have the formula below which looks at a set date in column H and is based on Today(). However, this is my problem as I need Today() to be fixed at that point in time of processing as my spreadsheet is used over 12 months. Today() is a moveable feast and therefore, my calculations would change over time unless there is an alternative to Today()
=ROUND(IF(H2>=TODAY()-365,0,IF(M2<L2,IF(AD2>SUM(L2*52.143/12)-SUM(M2*52.143/12),SUM(L2*52.143/12)-SUM(M2*52.143/12),IF(M2<L2,IF(AD2<=SUM(L2*52.143/12)-SUM(M2*52.143/12),AD2))),0)),1)
Thank you in advance
Angela
I have the formula below which looks at a set date in column H and is based on Today(). However, this is my problem as I need Today() to be fixed at that point in time of processing as my spreadsheet is used over 12 months. Today() is a moveable feast and therefore, my calculations would change over time unless there is an alternative to Today()
=ROUND(IF(H2>=TODAY()-365,0,IF(M2<L2,IF(AD2>SUM(L2*52.143/12)-SUM(M2*52.143/12),SUM(L2*52.143/12)-SUM(M2*52.143/12),IF(M2<L2,IF(AD2<=SUM(L2*52.143/12)-SUM(M2*52.143/12),AD2))),0)),1)
Thank you in advance
Angela