Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to use the CountIF function in Workbook A that counts info in a
range of cells located in Workbook B. I'd like Worksheet A to update when changes to Worksheet B is made. But the function only works if Workbook B is open, otherwise I get the dreaded #VALUE! error. What am I doing wrong? Thanks!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Why don't you place the Cound function in workbook B itself, and then link to
the cell that has the count formula from Column A. That way the workbook will not need to be opened for formula to calculate. Or you could save Workbook A and Workbook B as a workspace and then open the workspace when you need to. -- Kevin Backmann "Treesy" wrote: I am trying to use the CountIF function in Workbook A that counts info in a range of cells located in Workbook B. I'd like Worksheet A to update when changes to Worksheet B is made. But the function only works if Workbook B is open, otherwise I get the dreaded #VALUE! error. What am I doing wrong? Thanks!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Worksheet B is a list of applications sold in a given month and each
application has an employee name for who sold the application. Worksheet A lists all the employees and I'd like it to count how many times it sees that employee's name on Worksheet B. There really isn't room on Worksheet B to list all the employees and since all the employees are listed on Worksheet A, I thought I could do the function there. I'm going to try Don Guillett's suggestion. Thanks for the help!! "Kevin B" wrote: Why don't you place the Cound function in workbook B itself, and then link to the cell that has the count formula from Column A. That way the workbook will not need to be opened for formula to calculate. Or you could save Workbook A and Workbook B as a workspace and then open the workspace when you need to. -- Kevin Backmann "Treesy" wrote: I am trying to use the CountIF function in Workbook A that counts info in a range of cells located in Workbook B. I'd like Worksheet A to update when changes to Worksheet B is made. But the function only works if Workbook B is open, otherwise I get the dreaded #VALUE! error. What am I doing wrong? Thanks!! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try it this way with the path, etc
=COUNTIF('C:\yourfolder\[yourfilename.xls]yoursheet'!$B$5:$B$9,"criteria") -- Don Guillett SalesAid Software "Treesy" wrote in message ... I am trying to use the CountIF function in Workbook A that counts info in a range of cells located in Workbook B. I'd like Worksheet A to update when changes to Worksheet B is made. But the function only works if Workbook B is open, otherwise I get the dreaded #VALUE! error. What am I doing wrong? Thanks!! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I should have said
=SUMPRODUCT(('C:\yourfolder\[yourfilename.xls]yourworksheet'!$B$5:$B$9="SF")*1) -- Don Guillett SalesAid Software "Treesy" wrote in message ... I am trying to use the CountIF function in Workbook A that counts info in a range of cells located in Workbook B. I'd like Worksheet A to update when changes to Worksheet B is made. But the function only works if Workbook B is open, otherwise I get the dreaded #VALUE! error. What am I doing wrong? Thanks!! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, that worked perfectly!!!
"Don Guillett" wrote: I should have said =SUMPRODUCT(('C:\yourfolder\[yourfilename.xls]yourworksheet'!$B$5:$B$9="SF")*1) -- Don Guillett SalesAid Software "Treesy" wrote in message ... I am trying to use the CountIF function in Workbook A that counts info in a range of cells located in Workbook B. I'd like Worksheet A to update when changes to Worksheet B is made. But the function only works if Workbook B is open, otherwise I get the dreaded #VALUE! error. What am I doing wrong? Thanks!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I get error with "ROWS" in the formula - nested formula question | Excel Worksheet Functions | |||
How do I set a cell value based on a formula in another cell? | Excel Discussion (Misc queries) | |||
can i create formula giving totals based on financial & text info | Excel Discussion (Misc queries) | |||
formula based on text information | Excel Worksheet Functions | |||
Formula Question | Excel Discussion (Misc queries) |