+ Reply to Thread
Results 1 to 3 of 3

calculate the quantity of each size of an item

  1. #1
    Registered User
    Join Date
    04-23-2007
    Posts
    9

    calculate the quantity of each size of an item

    Hello!
    I need some help please ....I need a formula that will calculate the quantity of each size of an item (XS,S,M,L,XL). For example to calculate the quantity for Mediums, I need the formula to look at column C, if M is entered, then look at the adjacent cell in column A for the quantity and formulate a total number (from rows 4-21) and enter the total quantity in C27.
    See attachment.
    Thanks for your help! Kim
    Last edited by VBA Noob; 11-26-2008 at 01:51 PM. Reason: Marked as solved

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    IN C27 =sumif(c4:c21,"=m",a4:a21)

  3. #3
    Registered User
    Join Date
    04-23-2007
    Posts
    9
    Thank you so much for the quick response. It works perfectly!

+ 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