Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am wanting to add numbers in Column B,d,f etc only if it equals the text in
Column A,c,e etc -- Shirl, NZ |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
hi
try this.. =SUMIF(B2:B8,"text",A2:A8) or sumif(range with criteria, criteria, range to sum) Regards FSt1 "Shirl" wrote: I am wanting to add numbers in Column B,d,f etc only if it equals the text in Column A,c,e etc -- Shirl, NZ |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I might be overlooking the obvious, but how can NUMBERS in a column equal
TEXT in another column? Regards, Howard "Shirl" wrote in message ... I am wanting to add numbers in Column B,d,f etc only if it equals the text in Column A,c,e etc -- Shirl, NZ |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Try this...
=SUMIF(A1:E5,"x",B1:F5) Note how the ranges are offset. -- Biff Microsoft Excel MVP "Shirl" wrote in message ... I am wanting to add numbers in Column B,d,f etc only if it equals the text in Column A,c,e etc -- Shirl, NZ |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Okay, I'm still learning...<bg
Howard "Shirl" wrote in message ... I am wanting to add numbers in Column B,d,f etc only if it equals the text in Column A,c,e etc -- Shirl, NZ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|