+ Reply to Thread
Results 1 to 3 of 3

#VALUE! Error-How can I get rit of the #VALUE! in my formula?

  1. #1
    Registered User
    Join Date
    05-12-2010
    Location
    Riebeek, South Africa
    MS-Off Ver
    Excel 2007
    Posts
    11

    #VALUE! Error-How can I get rit of the #VALUE! in my formula?

    How can I get rit of the #VALUE! in my formula
    If cell A28 = empty then I get a #VALUE! in cell I28

    CELL I28: =IF(A28=3,"",G28*H28/100)

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    re: #VALUE! Error-How can I get rit of the #VALUE! in my formula?

    G'day

    Try this

    =IF(OR(A28=3,A28=""),"",G28*H28/100)

    Cheers

    RC
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    Registered User
    Join Date
    05-12-2010
    Location
    Riebeek, South Africa
    MS-Off Ver
    Excel 2007
    Posts
    11

    re: #VALUE! Error-How can I get rit of the #VALUE! in my formula?

    Thanx ratcat. It work fine

+ 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