+ Reply to Thread
Results 1 to 4 of 4

formula returns VALUE error

  1. #1
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    formula returns VALUE error

    Hello,

    The following formula returns a VALUE error when true and I can not figure out why. If it matters, the criteria cell is a data validation list box.

    Here is the formula:

    =SUM(IF(E5="","",VLOOKUP(Estimate!E5,Crews!$AK$5:$AM$23,3,)))*H5

    Any help is greatly appreciated.

    Mark

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: formula returns VALUE error

    hi Mark, it would be good if you can upload a sample Excel file. my guess is that you have to go inside the formula & press CTRL + SHIFT + ENTER if you havent already. but it's hard to guess

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: formula returns VALUE error

    Error Part of your above formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This error has caused due to performing calculation with text value.

    Either H5 Or the result of VLOOKUP(Estimate!E5,Crews!$AK$5:$AM$23,3,) is the text Number or Text Data.

    ---

    Sixthsense


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    Re: formula returns VALUE error

    I got it. The formula had a structure error. Corrected is as follows:

    =IF(E5="",0,VLOOKUP(Estimate!E5,Crews!$AK$5:$AM$23,3,))*h5)

    Thanks for looking

+ 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