![]() |
simple formula problem
I'm trying to get some formula working but can't get rid of "#value" in
result cells. cell C137 = IF(details!T1370;DATE(2005;7;14);(IF(details!U137 0;DATE(2005;10;18);""))) cell J137 = IF(AND($D137<"";$F137="";C137+$A$153<=NOW());"X"; "") the problem of my cell J137 is that it shows #value when cell C137 is "" How to avoid this #value to appear? I want "" or "X" not #value Bob |
simple formula problem
You have used semicolons in between formulas that's why it shows error.
IN EXCEL,USE COMMAS TO PARSE VALUES For more queries and answers and share your views vist http://groups.google.co.in/group/answers-for-everything |
simple formula problem
|
simple formula problem
Bob,
You could try =IF(C137="";"";IF(AND($D137<"";$F137="";C137+$A$1 53<=NOW());"X";"")) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Bob Bedford" wrote in message ... I'm trying to get some formula working but can't get rid of "#value" in result cells. cell C137 = IF(details!T1370;DATE(2005;7;14);(IF(details!U137 0;DATE(2005;10;18);""))) cell J137 = IF(AND($D137<"";$F137="";C137+$A$153<=NOW());"X"; "") the problem of my cell J137 is that it shows #value when cell C137 is "" How to avoid this #value to appear? I want "" or "X" not #value Bob |
simple formula problem
"Bob Phillips" a écrit dans le message
de news: ... Bob, You could try =IF(C137="";"";IF(AND($D137<"";$F137="";C137+$A$1 53<=NOW());"X";"")) Thanks it works fine. Cheers |
All times are GMT +1. The time now is 05:51 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com