![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am using SUMIF to add cells in a column but the criteria I want to use is
add the cell only if the criteria equals another cell. I do not want to enter the actual variable of the cell as it changes for each row of column C. As an example: =SUMIF('A2:A5001,"C2",D2 5001) where "C2" equals a variable that can change. Is there any function I can use for the variable? |
| Ads |
|
#2
|
|||
|
|||
|
You almost had it, try this
=SUMIF(A2:A5001,C2,D2 5001)-- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "wormburner" wrote: > I am using SUMIF to add cells in a column but the criteria I want to use is > add the cell only if the criteria equals another cell. I do not want to enter > the actual variable of the cell as it changes for each row of column C. > > As an example: =SUMIF('A2:A5001,"C2",D2 5001) where "C2" equals a variable > that can change. > > Is there any function I can use for the variable? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SUMIF Greater than or equal to | envy | Excel Worksheet Functions | 4 | October 29th 09 12:56 AM |
| sumif , 2 criteria, text must equal | Tim | Excel Discussion (Misc queries) | 3 | March 23rd 09 03:51 PM |
| how to seperate cells with equal blank cells | yaling | Excel Discussion (Misc queries) | 9 | May 13th 07 07:04 PM |
| sumif if cell does not equal #N/A | Micah | Excel Discussion (Misc queries) | 1 | February 2nd 06 09:41 PM |
| how to sumif in excel with a not equal criteria | Ed | New Users to Excel | 1 | January 20th 06 02:11 AM |