+ Reply to Thread
Results 1 to 4 of 4

3k item#'s, 6 design choices each. Formula to input correct cost when both varibles known.

  1. #1
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    3k item#'s, 6 design choices each. Formula to input correct cost when both varibles known.

    Good afternoon everyone. I created a small sheet similar to the one I'm working on. It has two pages. One to use, and one for data. When I put in an item number I would like the cost to automatically populate using the item number and design choice for that column (cells D11 or I11). Please and Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,418

    Re: 3k item#'s, 6 design choices each. Formula to input correct cost when both varibles kn

    Put this formula in E13:

    =IFERROR(VLOOKUP(C13,data!$A$3:$H$21,MATCH($D$11,data!$A$2:$H$2,0),0),"")

    then copy down. Put this formula in J13:

    =IFERROR(VLOOKUP(H13,data!$A$3:$H$21,MATCH($I$11,data!$A$2:$H$2,0),0),"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: 3k item#'s, 6 design choices each. Formula to input correct cost when both varibles kn

    Thank Very Much. You're awesome!
    Will mark as solved.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,418

    Re: 3k item#'s, 6 design choices each. Formula to input correct cost when both varibles kn

    Quote Originally Posted by jondon View Post
    Will mark as solved.
    You could also click on the Add Reputation button at the bottom of Post #2.

    Pete

+ 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. Automatically Input Cost of Item Based on Item Name?
    By boba7523 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-05-2014, 01:44 AM
  2. Cost of good sold (formula to work out how much to sell item for?)
    By hemeravisuals in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-21-2013, 09:51 PM
  3. Calculating total cost from range of cell tally's by cost of item.
    By patrickdjames in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 11-04-2012, 10:27 AM
  4. Calculate the correct cost when more than 1 cost price
    By CplSmudge in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-25-2012, 01:12 PM
  5. Formula For Total Cost of Increasing Item Cost
    By dwax in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-05-2009, 01:10 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