+ Reply to Thread
Results 1 to 3 of 3

If formula that is dependent on another sheet for several values

  1. #1
    Registered User
    Join Date
    08-03-2017
    Location
    Vancouver
    MS-Off Ver
    2017
    Posts
    2

    If formula that is dependent on another sheet for several values

    I'm sorry if the following description doesn't use the correct terminology. I'm a novice trying to make a spreadsheet to help with my business.

    On page two I have purchases listed by number (purchase #1, purchase #2, etc) and it includes a column that lists the average cost per item from that particular purchase.

    On page one I want it to look at the purchase number, and then auto populate the average cost per item into a cell on that page taking it from page two.

    So for instance, if it says it's purchase #2 on page one, I want it to go to page two and pull the average cost per item for purchase #2, and place it into cell. If it says purchase #3, then I want it to put the average cost per item from purchase #3, etc.

    If E = A5, I5

    E= Purchase # on page 1
    A5= Purchase # on page 2
    I5 = Average cost per item from page 2

    But I need it to check for A5-A500, and enter the corresponding value for I5-I5000

    Hopefully someone can help! Thank you!

  2. #2
    Registered User
    Join Date
    08-28-2015
    Location
    Melbourne, AUS
    MS-Off Ver
    2011
    Posts
    59

    Re: If formula that is dependent on another sheet for several values

    I'm not certain I am following you exactly, uploading a file with what you have and what you are after helps alot.

    sounds like you need a VLOOKUP

    =VLOOKUP(A1,Sheet2!A:B,2,0)

    where A1 is the location of the purchase order number, and Sheet2!A:B has the purchase order in column A and the Average price in Column B.

  3. #3
    Registered User
    Join Date
    08-03-2017
    Location
    Vancouver
    MS-Off Ver
    2017
    Posts
    2

    Re: If formula that is dependent on another sheet for several values

    Oh my goodness, it worked! Thank you so much!

+ 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. [SOLVED] Creating a formula that finds single values dependent on multi-variable relations
    By Bondras in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-02-2016, 03:01 PM
  2. Auto Fill Formula Required ( values dependent on drop down list )
    By rodgerdooter in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-07-2015, 05:54 PM
  3. Replies: 7
    Last Post: 04-08-2015, 08:39 PM
  4. [SOLVED] Complicated SUMIFS Formula Using Dependent Combo boxes Values
    By SimonNus in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-15-2014, 04:20 AM
  5. Replies: 2
    Last Post: 01-14-2014, 08:31 PM
  6. Replies: 4
    Last Post: 06-03-2009, 04:59 PM
  7. Replies: 1
    Last Post: 10-05-2005, 08:05 AM

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