Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need help with the following:
I need to search column A for all instances of "N1", in column F is the value for that row..... ....what can I use to get the total value of all instances of N1????? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you looked in the help index for SUMIF?
-- Don Guillett SalesAid Software "AndyO_UK" wrote in message ... I need help with the following: I need to search column A for all instances of "N1", in column F is the value for that row..... ...what can I use to get the total value of all instances of N1????? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yep....its rubbish....hence my online query.
"Don Guillett" wrote: Have you looked in the help index for SUMIF? -- Don Guillett SalesAid Software "AndyO_UK" wrote in message ... I need help with the following: I need to search column A for all instances of "N1", in column F is the value for that row..... ...what can I use to get the total value of all instances of N1????? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How so?
SUMIF(range,criteria,sum_range) Range is the range of cells you want evaluated. Criteria is the criteria in the form of a number, expression, or text that defines which cells will be added. For example, criteria can be expressed as 32, "32", "32", "apples". Sum_range are the actual cells to sum. -- Don Guillett SalesAid Software "AndyO_UK" wrote in message ... Yep....its rubbish....hence my online query. "Don Guillett" wrote: Have you looked in the help index for SUMIF? -- Don Guillett SalesAid Software "AndyO_UK" wrote in message ... I need help with the following: I need to search column A for all instances of "N1", in column F is the value for that row..... ...what can I use to get the total value of all instances of N1????? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A:A,"N1",F:F)
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "AndyO_UK" wrote in message ... I need help with the following: I need to search column A for all instances of "N1", in column F is the value for that row..... ...what can I use to get the total value of all instances of N1????? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif query | Excel Worksheet Functions | |||
Sumif Query | Excel Discussion (Misc queries) | |||
SumIf query ... | Excel Worksheet Functions | |||
AHHH! Again | Excel Discussion (Misc queries) | |||
AHHHH-Get Data from Multiple Excel workbooks | Excel Discussion (Misc queries) |