Hello
Cell G25 of my spreadsheet has a #value message in it.
The formula in G25 is
=IF(ISERROR(L23)," ",TEXT(L24+29,"mmmm")&" and "&TEXT(L23,"mmmm"))
Cell L23 referred to here also contains a formula. I've used ISERROR, ISNUMBER OR ISBLANK in various other cells in this spreadsheet and it's made the #value or #name go away. I want this to happen because the form I'm doing will be used by technophobes and even though #value is perfectly valid while there is no data there, these two dinosaurs are insistent there's a problem with it overall and are refusing to use it.
I'm thinking that because there is TEXT which is going into G25 my usual formula structure isn't working.
For reference cell L23 referred to contains:
=IF(ISNUMBER(L22),IF(DAY(L22)=15,L22,IF(DAY(L22)>15,DATE(YEAR(L22),MONTH(L22),15),EDATE(DATE(YEAR(L22),MONTH(L22),15),-1))),"")
And L24 contains
=IF(ISNUMBER(L23),IF(ABS(DAY(L23-8*7+1)-15)>=EOMONTH(L23-8*7+1,0)-L23-8*7+1+15,DATE(YEAR(L23-8*7+1),MONTH(L23-8*7+1),16),DATE(YEAR(L23-8*7+1),MONTH(L23-8*7+1)+1,16)),"")
pendle
thank you for helping
____________
Pendle
Cell G25 of my spreadsheet has a #value message in it.
The formula in G25 is
=IF(ISERROR(L23)," ",TEXT(L24+29,"mmmm")&" and "&TEXT(L23,"mmmm"))
Cell L23 referred to here also contains a formula. I've used ISERROR, ISNUMBER OR ISBLANK in various other cells in this spreadsheet and it's made the #value or #name go away. I want this to happen because the form I'm doing will be used by technophobes and even though #value is perfectly valid while there is no data there, these two dinosaurs are insistent there's a problem with it overall and are refusing to use it.
I'm thinking that because there is TEXT which is going into G25 my usual formula structure isn't working.
For reference cell L23 referred to contains:
=IF(ISNUMBER(L22),IF(DAY(L22)=15,L22,IF(DAY(L22)>15,DATE(YEAR(L22),MONTH(L22),15),EDATE(DATE(YEAR(L22),MONTH(L22),15),-1))),"")
And L24 contains
=IF(ISNUMBER(L23),IF(ABS(DAY(L23-8*7+1)-15)>=EOMONTH(L23-8*7+1,0)-L23-8*7+1+15,DATE(YEAR(L23-8*7+1),MONTH(L23-8*7+1),16),DATE(YEAR(L23-8*7+1),MONTH(L23-8*7+1)+1,16)),"")
pendle
thank you for helping
____________
Pendle