Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am looking for a formula to subtract cells if certain criteria match. See
example below. Data that is given A B C 1 123 4 2 123 7 3 124 8 4 124 12 5 125 10 6 125 20 7 Data in C with formula A B C 1 123 4 2 123 7 3 3 124 8 4 124 12 4 5 125 10 6 125 20 10 7 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Jeremy
Is this what you need? In C2 =IF(A1=A2,B2-B1,"") and drag the formula down to the bottom of your list. "Jeremy" wrote: I am looking for a formula to subtract cells if certain criteria match. See example below. Data that is given A B C 1 123 4 2 123 7 3 124 8 4 124 12 5 125 10 6 125 20 7 Data in C with formula A B C 1 123 4 2 123 7 3 3 124 8 4 124 12 4 5 125 10 6 125 20 10 7 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put in C2
=if(A1=A2,B2-B1,"") Copy down column. Since C1 will never have any results leave it blank. "Jeremy" wrote: I am looking for a formula to subtract cells if certain criteria match. See example below. Data that is given A B C 1 123 4 2 123 7 3 124 8 4 124 12 5 125 10 6 125 20 7 Data in C with formula A B C 1 123 4 2 123 7 3 3 124 8 4 124 12 4 5 125 10 6 125 20 10 7 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple subtraction formula returning strange results = Excel glitc | Excel Worksheet Functions | |||
subtraction formula | Excel Worksheet Functions | |||
Subtraction formula | Excel Discussion (Misc queries) | |||
Excel should have a simpler subtraction formula similar to "sum". | Excel Worksheet Functions | |||
how do i do a subtraction formula | Excel Worksheet Functions |