i need a formula can auto list out the data.
thks
sorry, Paul
Item---Color---Qtty
Dress--Red-------1
Dress--Blue------1
Shirt----Grey-----1
Dress--Blue------1
Cap-----Yellow---1
The table above got different item and its color, i need a formula that can help me list out dress, shirt and cap. The color always is the same i.e red, blue, grey, yellow, but item sometime will have new item such as skirt or anything else. table as below:
------------------------------Red----------------Blue----------------Grey---------------Yellow-----
item Formula-----Qtty Formula---Qtty Formula---Qtty Formula---Qtty Formula---
item Formula-----Qtty Formula---Qtty Formula---Qtty Formula---Qtty Formula---
item Formula-----Qtty Formula---Qtty Formula---Qtty Formula---Qtty Formula---
hope understand. thanks.
Last edited by choy96; 03-21-2010 at 12:46 AM.
Hello Choy, welcome to the forum.
Please take a moment to provide details in the thread text rather than stating what you need and uploading a workbook. Having the workbook is nice, but your request is rather vague, so a clear description of your problem will help you get answers more quickly without requiring people to open your spreadsheet to find out they don't know how to help.
Use Filter Function.
1. Click on first list's column
2. Goto Data > Filter > Advanced Filter. Click on Copy Elsewhere.
3. Click Range from first list
4. Leave Criteria Range EMPTY!!!!
5. Empty Copy To range field
6. Click Unique Records
7.Click Okay
Just to be clear - this is referring to Advanced Filter not Auto FilterUse Filter Function.
You may find this link helpful on understanding How to Create a Unique List of Items using Advanced Filter
Palmetto
Do you know . . . ?
You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.
Last edited by choy96; 03-21-2010 at 12:47 AM.
the first dress line is for red, the second dress line is for blue. These rows are not unique in your source data if you select from column B to column D.
What you really require is a pivot table. It will do the grouping and summing you require. See attached.
teylyn
Microsoft MVP - Excel
At Excelforum, you can say "Thank you!" by clicking theicon below the post.
Avoid pie charts with more than two data points. Why? See here (pdf, 559 kb). The only acceptable pie chart is here.
if item name change as below:
DRESS = AD123FGAC
SHIRT = AG123FBAC
CAP =AD123FEAC
i want subtotal the FG, FB, FE depend on colour, i trying using =SUM(IF((B24:B28="*"&B31&"*")*(C24:C28=C31),D24:D28)) but get the wrong answer.
please help.
Hi,
you're mixing up where to use the wildcards. That won't wash. B24:B28 is where you have more text than the text you're looking for. Using wildcards on your search term won't help that.
Try this on your pianola: In C32
=SUM(IF(ISNUMBER(SEARCH($B32,$B$24:$B$28))*($C$24:$C$28=C$31),$D$24:$D$28))
This is an array formula, confirm with Ctrl-Shift-Enter
then copy down and across.
teylyn
Microsoft MVP - Excel
At Excelforum, you can say "Thank you!" by clicking theicon below the post.
Avoid pie charts with more than two data points. Why? See here (pdf, 559 kb). The only acceptable pie chart is here.
wow !! perfect.... thanks very much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks