Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi all, I am trying to match data in a formula and the cell contains an alpha numeric value....with spaces...ughhhh e.g. VK 1234 RAM which is in A2 What I need to retrieve is lookup the value in A2:A6, find exact match to that value and ADD the totals of each value... e.g. A B C VK 1234 RAM 18/07/06 2 VK 1234 RAM 20/07/06 5 VK 5678 RAM 18/07/06 3 VK 1234 RAM 18/07/06 5 RESULT I'm after would be VK 1234 RAM 10 VK 5678 RAM 5 Can anyone help me? -- rhani111 ------------------------------------------------------------------------ rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940 View this thread: http://www.excelforum.com/showthread...hreadid=565847 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() are you saying that ' VK 1234 RAM 18/07/06 2 ' is all in one cell and if so, which cell would you want the totals to appear in? John -- johncassell ------------------------------------------------------------------------ johncassell's Profile: http://www.excelforum.com/member.php...o&userid=25016 View this thread: http://www.excelforum.com/showthread...hreadid=565847 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() just seen your abc bit in that case if you stick this formula in cell d2... =A2& " "&SUMIF(A:A,A2,C:C) this will result in VK 1234 RAM 10 -- johncassell ------------------------------------------------------------------------ johncassell's Profile: http://www.excelforum.com/member.php...o&userid=25016 View this thread: http://www.excelforum.com/showthread...hreadid=565847 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() OMG....that is almost perfect....i say ALMOST because I need the VK 1234 RAM in one column and the total (10) in the next column.... Please please help remove the text from the sum result...... Tar muchly Sandi -- rhani111 ------------------------------------------------------------------------ rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940 View this thread: http://www.excelforum.com/showthread...hreadid=565847 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() d2 formula: =a2 e2 formula: =SUMIF(A:A,A2,C:C) -- johncassell ------------------------------------------------------------------------ johncassell's Profile: http://www.excelforum.com/member.php...o&userid=25016 View this thread: http://www.excelforum.com/showthread...hreadid=565847 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() okies.....i had worked that one out myself after i posted thankx..... Due to there being more than one sheet with the same item codes etc (for each different site that I record for) how do i stop it listing the duplicates, but only list it once with a total for all? -- rhani111 ------------------------------------------------------------------------ rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940 View this thread: http://www.excelforum.com/showthread...hreadid=565847 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting | Excel Worksheet Functions | |||
How to generate sets of random numbers without having duplicates | Excel Worksheet Functions | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) | |||
How do I sort letters before numbers in Excel? | Excel Discussion (Misc queries) | |||
Sorting when some numbers have a text suffix | Excel Discussion (Misc queries) |