+ Reply to Thread
Results 1 to 7 of 7

how can i remove #value! from this formula?

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    97

    how can i remove #value! from this formula?

    =IF(AND($D$9>1)*$C$22=1,"Yes","No")

    Thanks

    Nelly

  2. #2
    Valued Forum Contributor
    Join Date
    10-10-2012
    Location
    New York
    MS-Off Ver
    Excel 2007/2010
    Posts
    337

    Re: how can i remove #value! from this formula?

    Nelly - Some context would be good. Maybe post the spreadsheet with sensitive data removed.

  3. #3
    Forum Contributor BenMiller's Avatar
    Join Date
    12-06-2011
    Location
    New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    254

    Re: how can i remove #value! from this formula?

    =IF(($D$9>1)*($C$22=1),"Yes","No")

    or

    =IF(AND($D$9>1,$C$22=1),"Yes","No")
    "I'm not a perfectionist; I'm just perfect."

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: how can i remove #value! from this formula?

    Try actually using the AND

    =IF(AND($D$9>1,$C$22=1),"Yes","No")

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: how can i remove #value! from this formula?

    If C22 contains a text entry then you'll get the #VALUE! error.

    Maybe you meant this:

    =IF(AND($D$9>1,$C$22=1),"Yes","No")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    01-14-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    97

    Re: how can i remove #value! from this formula?

    Thank You Mr Ben Miller - as you state - Prefect

  7. #7
    Forum Contributor BenMiller's Avatar
    Join Date
    12-06-2011
    Location
    New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    254

    Re: how can i remove #value! from this formula?

    No problem ... glad I could help. Appreciate the feedback!

+ 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