+ Reply to Thread
Results 1 to 3 of 3

Error with formula - need help finding the error in my formula

  1. #1
    Registered User
    Join Date
    03-05-2019
    Location
    Minneapolis, MN
    MS-Off Ver
    MS Office 2010
    Posts
    25

    Error with formula - need help finding the error in my formula

    I am attempting to create a spreadsheet that will calculate the Sale Price (row 6, starting at F6) based on the Budgeted Cost. What I would like to do is input data into cells F2, F3 & F4 only and have cells F5,F6, F7 calculate based on the formulas I set. As I copy and past over those formulas I am receiving an error in H6, I6, J6, H8, I8, J8. What part of the formula is wrong?
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Error with formula - need help finding the error in my formula

    Try at H6

    =H7*VLOOKUP(ROUND(H$5,2), $A$2:$B$47, 2, FALSE)

    or approximate match
    =H7*VLOOKUP(ROUND(H$5,2), $A$2:$B$47, 2)

    This is call floating error when calculate with decimal point.
    https://www.microsoft.com/en-us/micr...wrong-answers/
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Error with formula - need help finding the error in my formula

    F6 =F$7*VLookup(F$5,$A$2:$B$47,2,TRUE) and drag to the right.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Formula not returning correct result. Formatting error or formula error?
    By Yonex1975 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-31-2019, 02:38 PM
  2. [SOLVED] Macro To IGNORE ERROR - Cell With Formula / Green Arrow Error
    By Logit in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-06-2018, 09:16 PM
  3. Formula Error for finding smallest values and index with horizontal cells
    By JoeyscLee in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-05-2017, 12:36 PM
  4. [SOLVED] FORMULA Remove #NUM error not using IFERROR OR IS ERROR
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-03-2017, 04:22 PM
  5. Formula error or data link error
    By sctr in forum Excel General
    Replies: 4
    Last Post: 09-19-2016, 09:15 AM
  6. [SOLVED] Inputbox error message. Formula you typed contains an error.
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-09-2013, 02:25 PM
  7. Error values:DIV/0! error in SumProduct formula with no division
    By Jerry W. Lewis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 PM

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