Hi All,
I need some help with a formula which is not working the way I want it too.
I have columns with dates and rows with values, see below:
my current formula in column M is: =IFNA(LOOKUP(2,1/((Q10:DA10<>"")*(Q10:DA10<>"Y")),Q10:DA10),"")
What it currently does is pick up the last cell in the row which is not blank, but will ignore a cell which has Y as a value.
But what I also need the formula to do is to return the value of the last populated cell of the column which has todays date or any date before todays date.
for an example the cell of row 12 column M would be blank because the last populated cell is of a date in the future.
but the value in row 10 of column N would be P01 as that is the last populated cell of todays date.
I have tried to use IF function, xlookup function but all I get is spill or error, especially because the formula doesn't like the < symbol when looking up the value e.g. <TODAY(). The IF or OR formula doesn't want to work, I am not sure what to do, any suggestions would be helpful.
Thanks,
I need some help with a formula which is not working the way I want it too.
I have columns with dates and rows with values, see below:
my current formula in column M is: =IFNA(LOOKUP(2,1/((Q10:DA10<>"")*(Q10:DA10<>"Y")),Q10:DA10),"")
What it currently does is pick up the last cell in the row which is not blank, but will ignore a cell which has Y as a value.
But what I also need the formula to do is to return the value of the last populated cell of the column which has todays date or any date before todays date.
for an example the cell of row 12 column M would be blank because the last populated cell is of a date in the future.
but the value in row 10 of column N would be P01 as that is the last populated cell of todays date.
I have tried to use IF function, xlookup function but all I get is spill or error, especially because the formula doesn't like the < symbol when looking up the value e.g. <TODAY(). The IF or OR formula doesn't want to work, I am not sure what to do, any suggestions would be helpful.
Thanks,