Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm running a simple sheet where i have invoice numbers running down column
A, and dollar amounts for that invoice running down column E. I can vlookup any invoice number and get the amount for that invoice, but I'd like to type in 2,3 or 4 invoice numbers into 1 cell and have it return a sum for all of those invoices. Any ideas? I can't imagine that this is uncommon. Thanks, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Type your multiple invoice numbers into F2:F10
Then you could sum it up with this, In say, G2: =SUMPRODUCT(ISNUMBER(MATCH(A2:A200,F2:F10,0))*E2:E 200) Adapt to suit -- Max Singapore http://savefile.com/projects/236895 Downloads:15,700 Files:353 Subscribers:53 xdemechanik --- "Jon S." wrote: I'm running a simple sheet where i have invoice numbers running down column A, and dollar amounts for that invoice running down column E. I can vlookup any invoice number and get the amount for that invoice, but I'd like to type in 2,3 or 4 invoice numbers into 1 cell and have it return a sum for all of those invoices. Any ideas? I can't imagine that this is uncommon. Thanks, |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The equation works great. One last bit though. Any way to put invoice
numbes in the same cell? Rather than summing invoices 23 25 27 I'd like to sum invoices 23, 25, 27 Thanks, Jon "Max" wrote: Type your multiple invoice numbers into F2:F10 Then you could sum it up with this, In say, G2: =SUMPRODUCT(ISNUMBER(MATCH(A2:A200,F2:F10,0))*E2:E 200) Adapt to suit -- Max Singapore http://savefile.com/projects/236895 Downloads:15,700 Files:353 Subscribers:53 xdemechanik --- "Jon S." wrote: I'm running a simple sheet where i have invoice numbers running down column A, and dollar amounts for that invoice running down column E. I can vlookup any invoice number and get the amount for that invoice, but I'd like to type in 2,3 or 4 invoice numbers into 1 cell and have it return a sum for all of those invoices. Any ideas? I can't imagine that this is uncommon. Thanks, |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The equation works great.
That's good. Take a moment to press the "Yes" button in that response Any way to put invoice numbers in the same cell? It's tough to do it this way. I'd refrain from having mixed/multiple data entry into the same cell. Maybe other responders would spare you some of their thoughts. -- Max Singapore http://savefile.com/projects/236895 Downloads:15,700 Files:353 Subscribers:53 xdemechanik --- "Jon S." wrote: The equation works great. One last bit though. Any way to put invoice numbes in the same cell? Rather than summing invoices 23 25 27 I'd like to sum invoices 23, 25, 27 Thanks, Jon |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok Max. Now it's working well. but i still would like to put multiple
numbers in a cell. I want to look up a series of invoices and easily compare them to another series of invoices. and i'll be doing this to make sure i haven't missed any invoices, and that several invoices are being paid as one. Anyway. I like the formula, but some times it's just 1 invoice, mostly it will be 2 or 3 invoices. so that means each calculation has varying number of rows. Which doesn't work for me. What can be done to read three numbers from one cell instead of 3 cells? "Max" wrote: The equation works great. That's good. Take a moment to press the "Yes" button in that response Any way to put invoice numbers in the same cell? It's tough to do it this way. I'd refrain from having mixed/multiple data entry into the same cell. Maybe other responders would spare you some of their thoughts. -- Max Singapore http://savefile.com/projects/236895 Downloads:15,700 Files:353 Subscribers:53 xdemechanik --- "Jon S." wrote: The equation works great. One last bit though. Any way to put invoice numbes in the same cell? Rather than summing invoices 23 25 27 I'd like to sum invoices 23, 25, 27 Thanks, Jon |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
nothing? else from anyone here?
"Jon S." wrote: Ok Max. Now it's working well. but i still would like to put multiple numbers in a cell. I want to look up a series of invoices and easily compare them to another series of invoices. and i'll be doing this to make sure i haven't missed any invoices, and that several invoices are being paid as one. Anyway. I like the formula, but some times it's just 1 invoice, mostly it will be 2 or 3 invoices. so that means each calculation has varying number of rows. Which doesn't work for me. What can be done to read three numbers from one cell instead of 3 cells? "Max" wrote: The equation works great. That's good. Take a moment to press the "Yes" button in that response Any way to put invoice numbers in the same cell? It's tough to do it this way. I'd refrain from having mixed/multiple data entry into the same cell. Maybe other responders would spare you some of their thoughts. -- Max Singapore http://savefile.com/projects/236895 Downloads:15,700 Files:353 Subscribers:53 xdemechanik --- "Jon S." wrote: The equation works great. One last bit though. Any way to put invoice numbes in the same cell? Rather than summing invoices 23 25 27 I'd like to sum invoices 23, 25, 27 Thanks, Jon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
invoice toolbar for invoice calcuation and assign number | Excel Discussion (Misc queries) | |||
How do I assign an invoice number using the invoice toolbar? | Excel Worksheet Functions | |||
how do I set up an escalating number (EG) invoice number | Excel Discussion (Misc queries) | |||
How do I generate a new invoice number when creating new invoice? | Excel Discussion (Misc queries) | |||
How do I change the invoice number assigned in Invoice template... | Excel Discussion (Misc queries) |