+ Reply to Thread
Results 1 to 7 of 7

#value!

  1. #1
    Registered User
    Join Date
    04-20-2012
    Location
    Saint Paul, Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    52

    #value!

    I am trying to use the following formula and I am getting the #VALUE! error. Any thoughts:

    =IF(J29=0,"",1&":"&(ROUNDDOWN(AVERAGE(J12:J26=0,"",J12:J26),0)))

    Thanks

  2. #2
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: #value!

    What is the data you are using it on?
    If someone helped give them rep using the star button.

    If you have received a satisfactory solution please mark the thread solved. If not Fotis will come for you at night :P

  3. #3
    Registered User
    Join Date
    04-20-2012
    Location
    Saint Paul, Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: #value!

    It is all numeric. The cells the formula is referencing all are either empty or contain decimal numbers such as 2.00, 5.00, etc. Also, if it is any help the cells the formula is reading contains the following formula:

    =IF(G19=0,"",ROUNDDOWN(H19/G19,0))

  4. #4
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: #value!

    =IF(J29=0,"",1&":"&(ROUNDDOWN(AVERAGE(J12:J26=0,0,J12:J26),0)))

    Your formula, works if you remove the ""

  5. #5
    Registered User
    Join Date
    04-20-2012
    Location
    Saint Paul, Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: #value!

    If it helps I was using the following formula first which worked, but I needed it to rounddown:

    =IF(J29=0,"",1&":"&AVERAGE(IF(J12:J26=0,"",J12:J26)))

  6. #6
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: #value!

    Rounddown() doesn't work on text, by using "" you are trying to pass rounddown() text.

  7. #7
    Forum Contributor
    Join Date
    03-15-2012
    Location
    Myrtle Beach, South Carolina
    MS-Off Ver
    =IF(Win 7,"Excel 2010","Mac Excel 2011")
    Posts
    104

    Re: #value!

    Are you trying to come up witha Ratio?

+ 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