+ Reply to Thread
Results 1 to 5 of 5

simple formula problem

  1. #1
    Bob Bedford
    Guest

    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!T137>0;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. #2
    prabhuraaman@gmail.com
    Guest

    Re: 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


  3. #3
    Bob Bedford
    Guest

    Re: simple formula problem

    <prabhuraaman@gmail.com> a écrit dans le message de news:
    1140773452.922666.174920@u72g2000cwu.googlegroups.com...
    > You have used semicolons in between formulas that's why it shows error.
    > IN EXCEL,USE COMMAS TO PARSE VALUES


    What do you mean ? using commas gives me errors. I'm not parsing values, I'm
    using formulas...

    Don't understand, sorry




  4. #4
    Bob Phillips
    Guest

    Re: simple formula problem

    Bob,

    You could try

    =IF(C137="";"";IF(AND($D137<>"";$F137="";C137+$A$153<=NOW());"X";""))


    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Bob Bedford" <bob@bedford.com> wrote in message
    news:%23rioa5ROGHA.532@TK2MSFTNGP15.phx.gbl...
    > I'm trying to get some formula working but can't get rid of "#value" in
    > result cells.
    >
    >
    > cell C137 =
    >

    IF(details!T137>0;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. #5
    Bob Bedford
    Guest

    Re: simple formula problem

    "Bob Phillips" <bob.phillips@notheretiscali.co.uk> a écrit dans le message
    de news: u71ML1SOGHA.2088@tk2msftngp13.phx.gbl...
    > Bob,
    >
    > You could try
    >
    > =IF(C137="";"";IF(AND($D137<>"";$F137="";C137+$A$153<=NOW());"X";""))


    Thanks it works fine.

    Cheers




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1