Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bob Bedford
 
Posts: n/a
Default 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



  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default 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





  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob Bedford
 
Posts: n/a
Default 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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tricky 'Find Maximum' problem seeks formula tx12345 Excel Worksheet Functions 6 December 5th 05 10:26 PM
Problem with Formula John Excel Worksheet Functions 15 September 19th 05 12:55 PM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Simple formula doesn't quite add up circeo Excel Discussion (Misc queries) 3 January 17th 05 09:04 PM


All times are GMT +1. The time now is 02:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"