Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to find a formula for a spreadsheet. These are the arguments
"CountIf C5:C19="58" & F5:F19="Text" Can someone help me? I am trying to count the number of times the number 58 occurs with each company name. Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try
=sumproduct((c5:c19=58)*(f5:f19="Text")) -- Don Guillett SalesAid Software "Amandle" wrote in message ... I am trying to find a formula for a spreadsheet. These are the arguments "CountIf C5:C19="58" & F5:F19="Text" Can someone help me? I am trying to count the number of times the number 58 occurs with each company name. Thank you |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try sumproduct()
=sumproduct(--(c5:c19=58),--(f5:f19="text")) the --( changes the logical yes/no to 1 or 0 respecively "Amandle" wrote: I am trying to find a formula for a spreadsheet. These are the arguments "CountIf C5:C19="58" & F5:F19="Text" Can someone help me? I am trying to count the number of times the number 58 occurs with each company name. Thank you |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks alot!!
"Don Guillett" wrote: try =sumproduct((c5:c19=58)*(f5:f19="Text")) -- Don Guillett SalesAid Software "Amandle" wrote in message ... I am trying to find a formula for a spreadsheet. These are the arguments "CountIf C5:C19="58" & F5:F19="Text" Can someone help me? I am trying to count the number of times the number 58 occurs with each company name. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |