|
-
Apr 21st, 2003, 02:46 PM
#1
Thread Starter
Frenzied Member
Conditional If statement?
This is a weird one, I am helping a friend with a spread sheet that tracks dollar amounts and who handled them basically.
There is a collumn with names in it that have a dollar amount next to them. What we need is for Excel to add up all the dollar amounts in the range according to what name is in the corrisponding collumn.. This is what it lookes like kind of...
I gott do this in VBcode tags or the spaces get jacked....
VB Code:
Name Amount
John $10,000
Bill $500
Jody $3,000
John $100
Jody $50
Totals
Name Total Amount Amount processed
John $10,100 2
Bill $500 1
Jody $3,050 2
I could do this in VBA but he is not allowed to use VBA for whatever reasons, so this would have all be done with formulas.
We already got the formula to count how many entries there are per name but I can't seem to figure out how the dollar amount could be added up into the total cell going by what name is in the other collumn.
Any help is greatly appreciated, thanx, I will be reading up on the subject in the meantime. Thanx.
Last edited by Spajeoly; Apr 21st, 2003 at 02:52 PM.
-
Apr 22nd, 2003, 02:16 PM
#2
Junior Member
Since you can't make a custom formula with VBA, I think using an Excel pivot table will do the trick.
-
Apr 22nd, 2003, 02:21 PM
#3
Thread Starter
Frenzied Member
That's another problem, I asked if I could just make a new workbook to do the same thing but they want to keep the same design and refuse to change lol.
My books are all at work, I will look through them tonight and see whatweird trick I might be able to figure out.
Thanx for your reply.
-
Apr 22nd, 2003, 02:39 PM
#4
Junior Member
-
Apr 22nd, 2003, 02:43 PM
#5
Thread Starter
Frenzied Member
That just might do it though I will have to experiment later on as I need to go to work right now due to unexpected changes in plans, I hate people who have no communication abilities....
-
Apr 23rd, 2003, 06:16 AM
#6
I did put together an example using my EXCEL.
Since I use it in GERMAN, I can't post the Formula.
I hope you get it when you open it on your PC.
Last edited by opus; Jul 18th, 2007 at 02:51 AM.
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Apr 23rd, 2003, 08:43 AM
#7
Thread Starter
Frenzied Member
Perfect man, perfect.
Thanx a ton, I was going to tell him TS lol.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|