PC Review


Reply
Thread Tools Rate Thread

HOW CAN I ADD UP ALL VALUES WITH THE SAME REFERENCE..

 
 
Rachie1987
Guest
Posts: n/a
 
      26th Nov 2008
I dont know how to explain this or what words i am supposed to use but
basically i have a list of thousands of supplier codes and their invoice
values. For example

60ACE3562 -2,467.50
60ACE3562 -197.75
60ACO0202 -626.28
60ACO0202 -626.28
60ACO0202 -405.38
60ACO0285 -9,170.88
60ACO0285 -9,170.88
60ACO0285 -2,326.50
60ACO0285 -834.25
60ACO0285 -346.63
60ACO0285 9,170.88
60ACT1350 -8,214.43
60ACTIONFI -3,330.40
60ACTIONFI -3,258.38
60ACTIONFI -3,213.33
60ACTIONFI -3,132.48


And i need to get a list for say 60ACTIONFI the total amount of all values.
So a sum of 3330.40 + 3258.38 + 3213.33 + 3132.48.

I need this so i can filter by supplier code to see who we have spent the
most with. At the minute i am having to filter the list by supplier name and
then take the sum and write it down manually - i no there must be a quicker
way!! Possibly an IF statement or SUMIF but i am not too clever with these...
Thank you
 
Reply With Quote
 
 
 
 
porter444
Guest
Posts: n/a
 
      26th Nov 2008
Check out the SUMIF function:
http://www.contextures.com/xlFunctions01.html#SumIf

--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott


"Rachie1987" wrote:

> I dont know how to explain this or what words i am supposed to use but
> basically i have a list of thousands of supplier codes and their invoice
> values. For example
>
> 60ACE3562 -2,467.50
> 60ACE3562 -197.75
> 60ACO0202 -626.28
> 60ACO0202 -626.28
> 60ACO0202 -405.38
> 60ACO0285 -9,170.88
> 60ACO0285 -9,170.88
> 60ACO0285 -2,326.50
> 60ACO0285 -834.25
> 60ACO0285 -346.63
> 60ACO0285 9,170.88
> 60ACT1350 -8,214.43
> 60ACTIONFI -3,330.40
> 60ACTIONFI -3,258.38
> 60ACTIONFI -3,213.33
> 60ACTIONFI -3,132.48
>
>
> And i need to get a list for say 60ACTIONFI the total amount of all values.
> So a sum of 3330.40 + 3258.38 + 3213.33 + 3132.48.
>
> I need this so i can filter by supplier code to see who we have spent the
> most with. At the minute i am having to filter the list by supplier name and
> then take the sum and write it down manually - i no there must be a quicker
> way!! Possibly an IF statement or SUMIF but i am not too clever with these...
> Thank you

 
Reply With Quote
 
muddan madhu
Guest
Posts: n/a
 
      26th Nov 2008
suppose you have col A supplier code and col B amount.
Use this formula =Subtotal(9,B1:B100). Then filter the supplier code.


On Nov 26, 7:37*pm, Rachie1987 <Rachie1...@discussions.microsoft.com>
wrote:
> I dont know how to explain this or what words i am supposed to use but
> basically i have a list of thousands of supplier codes and their invoice
> values. For example
>
> 60ACE3562 * * * -2,467.50
> 60ACE3562 * * * -197.75
> 60ACO0202 * * * -626.28
> 60ACO0202 * * * -626.28
> 60ACO0202 * * * -405.38
> 60ACO0285 * * * -9,170.88
> 60ACO0285 * * * -9,170.88
> 60ACO0285 * * * -2,326.50
> 60ACO0285 * * * -834.25
> 60ACO0285 * * * -346.63
> 60ACO0285 * * * 9,170.88
> 60ACT1350 * * * -8,214.43
> 60ACTIONFI * * *-3,330.40
> 60ACTIONFI * * *-3,258.38
> 60ACTIONFI * * *-3,213.33
> 60ACTIONFI * * *-3,132.48
>
> And i need to get a list for say 60ACTIONFI the total amount of all values.
> So a sum of 3330.40 + 3258.38 + 3213.33 + 3132.48.
>
> I need this so i can filter by supplier code to see who we have spent the
> most with. At the minute i am having to filter the list by supplier name and
> then take the sum and write it down manually - i no there must be a quicker
> way!! Possibly an IF statement or SUMIF but i am not too clever with these...
> Thank you


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting values from names by reference Charlie Smith Microsoft Excel Misc 5 17th Jul 2009 11:04 PM
How do I Incrementing Cell Reference Values by 7? Cheri Firlit Microsoft Excel Misc 3 10th Jan 2009 09:00 PM
Cell reference of values =?Utf-8?B?amV6emljYTg1?= Microsoft Excel Misc 3 23rd Apr 2006 01:42 AM
How to get around Array reference values Jeff User Microsoft C# .NET 2 16th Nov 2005 05:46 PM
list box and reference values Rich Microsoft Excel Discussion 2 18th Jul 2005 09:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:15 PM.