+ Reply to Thread
Results 1 to 6 of 6

Pricing Grid for t-shirt pricing

  1. #1
    Registered User
    Join Date
    03-16-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    5

    Pricing Grid for t-shirt pricing

    I have a pricing grid on sheet one. On sheet two I have a worksheet and after inputting the number of shirts c:5 and the number of colors c:6, I need the selections to get the pricing from the respective entries and the pricing be in put in d:18. If the shirt number is in between the column headings then I need it to go down to the nearest entry, for instance 24 in the shirt column would need to go to the 12 column.

    First time posting so if I have not mentioned something then apologies sent also.
    Attached Files Attached Files
    Last edited by theprint; 03-19-2012 at 12:53 PM.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Pricing Grid for t-shirt pricing

    Hi,

    See attached.

    Dom
    Attached Files Attached Files
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    03-16-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Pricing Grid for t-shirt pricing

    What about if there is a 0 entry in c:5 and/or c:8 how do I keep from getting an error?

  4. #4
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Pricing Grid for t-shirt pricing

    =IF(AND(C5>0,C6>0),INDEX(Sheet1!$B$8:$G$13,MATCH(C6,Sheet1!$A$8:$A$14,0),MATCH(C5,Sheet1!$B$6:$G$6,1)),"")

    Dom

  5. #5
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: Pricing Grid for t-shirt pricing

    surround the formula in =iferror(Formula,"")

  6. #6
    Registered User
    Join Date
    03-16-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Pricing Grid for t-shirt pricing

    thank you!

+ 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