+ Reply to Thread
Results 1 to 8 of 8

New to VLOOKUP and/or FIND formulas

  1. #1
    Registered User
    Join Date
    12-07-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 20010
    Posts
    4

    New to VLOOKUP and/or FIND formulas

    Good Day All. I'm trying to develop a form for a small business that will take items from an inventory and place them on a form for materials costs for particular jobs. I would like to use drop down lists to select the individual items used on the job, and I want the price of said item to be reflected on the form. I've attached the begin of the form I would like to use, but because I'm fairly new to excel I'm not sure what formulas to try and even learn. Any help would be greatly appreciated. Thank you in advance for viewing my post, and many thanks if you're able to help me out.

    Cheers.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: New to VLOOKUP and/or FIND formulas

    Cost =
    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    12-07-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 20010
    Posts
    4

    Re: New to VLOOKUP and/or FIND formulas

    Thanks for the reply Mr. Johnson, I feel slightly sheepish asking this, but in which cell do I apply this formula? In the product cell? or the price cell. When I placed in the product cell I got an error, I assume thats because I have a drop down list in the cell. When I tried it in the price cell it came up with a price of zero. I know I'm not doing something correctly but I don't know what. Any more help available?

    Cheers.

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: New to VLOOKUP and/or FIND formulas

    I modified the formula:
    Please Login or Register  to view this content.
    goes in F2 to F38. I modified it to return blank when there is no description entered.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    12-07-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 20010
    Posts
    4

    Re: New to VLOOKUP and/or FIND formulas

    Works beautifully. When I add more items, can i simply extend the range?

  6. #6
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: New to VLOOKUP and/or FIND formulas

    I modified the range names to make them dynamic, so they will adjust with changes in the PRODUCT list and the Quantity list
    PriceList ---> =OFFSET(Products!$A$1,5,0,COUNTA(Products!$A:$A)-1,2)
    Quantity ----> =OFFSET(Products!$A$1,5,0,COUNTA(Products!$A:$A)-1,1)

    So, the cost formula in column F is changed to: =IF(B11<>"",VLOOKUP(B11,PriceList,2,FALSE)*A11,0)

  7. #7
    Registered User
    Join Date
    12-07-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 20010
    Posts
    4

    Re: New to VLOOKUP and/or FIND formulas

    ProtonLeah you're the best! Works great!

  8. #8
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: New to VLOOKUP and/or FIND formulas

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. Replies: 1
    Last Post: 12-17-2012, 08:00 PM
  2. Excel 2007 : Find & Replace can't find text in formulas
    By scdearnl in forum Excel General
    Replies: 1
    Last Post: 04-07-2011, 06:51 AM
  3. Using VLOOKUP to find multiple occurrences and find the Total quantity
    By susanpa in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-30-2009, 09:54 AM
  4. Replies: 4
    Last Post: 10-18-2006, 12:25 PM
  5. Replies: 1
    Last Post: 01-31-2006, 06:25 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