Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have been trying to use the countif function to count the number of times a
"Y" response occurs in a specific cell in 15 different worksheets that are all in one workbook. ... I have tried =SUM(COUNTIF('1:15'!B51,{"Y","N"}) but I keep on getting a "value error". This formula works in one worksheet but it wont count multiple worksheets. I've been trying to solve this for days by myself but I'm stuck. I'm a new user and really would appreciate any help. Thank you |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=SUMPRODUCT(COUNTIF(INDIRECT("'"&ROW(INDIRECT("1:1 5"))&"'!B51"),{"Y","N"}))
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "ferde" wrote in message ... I have been trying to use the countif function to count the number of times a "Y" response occurs in a specific cell in 15 different worksheets that are all in one workbook. ... I have tried =SUM(COUNTIF('1:15'!B51,{"Y","N"}) but I keep on getting a "value error". This formula works in one worksheet but it wont count multiple worksheets. I've been trying to solve this for days by myself but I'm stuck. I'm a new user and really would appreciate any help. Thank you |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Bob Thank you Thank you Thank you.... I have been working on this for days
and you solved it for me . I really appreciate your help "ferde" wrote: I have been trying to use the countif function to count the number of times a "Y" response occurs in a specific cell in 15 different worksheets that are all in one workbook. ... I have tried =SUM(COUNTIF('1:15'!B51,{"Y","N"}) but I keep on getting a "value error". This formula works in one worksheet but it wont count multiple worksheets. I've been trying to solve this for days by myself but I'm stuck. I'm a new user and really would appreciate any help. Thank you |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You should have asked earlier <vbg
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "ferde" wrote in message ... Bob Thank you Thank you Thank you.... I have been working on this for days and you solved it for me . I really appreciate your help "ferde" wrote: I have been trying to use the countif function to count the number of times a "Y" response occurs in a specific cell in 15 different worksheets that are all in one workbook. ... I have tried =SUM(COUNTIF('1:15'!B51,{"Y","N"}) but I keep on getting a "value error". This formula works in one worksheet but it wont count multiple worksheets. I've been trying to solve this for days by myself but I'm stuck. I'm a new user and really would appreciate any help. Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIf Function Help Needed | Excel Worksheet Functions | |||
Adding same cells across multiple worksheets | Excel Worksheet Functions | |||
MATCH function through multiple worksheets | Excel Worksheet Functions | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Multiple Worksheets and Print Merge function | Excel Discussion (Misc queries) |