![]() |
|
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
I would like excel to find numbers in a range of cells. and then gather data from cells in the same row and add them up.
e.g. cells b1 through b 15 contain a number example 1 2 3 2 5 3 4 2 6 3 4 1 cells c1 through c15 contain a currency number 2.45, 4.36, 3,21, 4.34 8.62 so forth and so on. I need a function the takes the number in b1 through b 15 snd then look at the info in c1 through c15 and add the numbers in c1 through c15 for each corresponding cell in b1 through b15 b2 = 2and c2 = 4.36 b4 = 2 and c4 = 4.34 the output in another cell should be 8.70 is this possible? sorry its so long but the best way to describe it, I tried... |
#2
|
|||
|
|||
![]()
=sumif(b1:b15,2,c1:c15)
|
#3
|
|||
|
|||
![]()
Perfect. Thanks many times over
|
#4
|
|||
|
|||
![]()
I am wanting to take this across 2 columns e1 to f 25> it doesn't return anything when I do this. is this possible?
|
#5
|
|||
|
|||
![]()
If you want to sum values in G1:G25 where E1:E25 and F1:F25 = 2 then:
=SUMIFS(G1:G25,E1:E25,2,F1:F25,2) or =SUMPRODUCT((E1:E25=2)*(F1:F25=2)*(G1:G25)) Instead of hard coding 2 in the formulas you can of course refer to a cell and then put 2 or another number in that cell. |
#6
|
|||
|
|||
![]()
A1 B1 C1 D1
25.00 0.00 CASH 72.00 32.00 0.00 CASH 00 15.00 CASH column a is one departments account column b is another departments account column c is the method of payment and I would like column d to add only cash payments but ONLY in one cell. There will be other forms of payments but I would like excel to only find cash payments. the other 2 (after editing to my actual cells) produced a zero. and I did put quotes around the CASH Thanks in advance |
#7
|
|||
|
|||
![]()
Maybe like the attached.
|
#8
|
|||
|
|||
![]()
See the attached in the second page or book. Thanks.
|
#9
|
|||
|
|||
![]()
Still another trial.
|
#10
|
|||
|
|||
![]()
That Works. I did want across 2 columns, but I can adjust my input to eliminate that. I had something similar to that I just didn't have the dollar signs. AND I never would have figure that out. This is the best forum ever. I hope my challenges are not to tiring. Thanks so much
|
#11
|
|||
|
|||
![]()
Across two columns (even if I don't understand the rationale).
Last edited by xor; 11-18-2016 at 09:52 AM. |
#12
|
|||
|
|||
![]()
Thank you. I appreciate your help. Sometimes I don't get the cash payment in the same fiscal time period and have to carry it over to another time period. So I would have billed and collected and billed not collected and the next period collected but already billed. Like accounts receivable. Your help is very appreciated
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Move the data at bottom cell to right side of the cell | kcyag91 | Excel | 1 | 01-28-2016 12:28 AM |
Data validation,force cell to be filed with number if respective cell is not empty | nicholes | Excel Programming | 0 | 08-01-2015 09:08 AM |
How to replicate, consolidate and count cell data in excel for data consoldation. | Loran | Excel | 7 | 06-05-2014 01:07 AM |
Copying data from one cell to another where condition is third cell | fairyca | Excel | 4 | 03-30-2014 08:22 AM |
How to populate cells in Sheet2 with Data Source query using cell data from Sheet1 | bobznkazoo | Excel | 2 | 03-27-2014 11:14 AM |