Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, Anybody has an idea how to get the function below to work? -=COUNT(INDIRECT(\"'\"&B34&\" (S)\"\"'!$H:$H\"))- The problem is the -" (S)"- part, that is the 'constant part' of the sheet name I'm trying to refer. Is it even possible that I can make this to work with indirect or should I found another solution? -- Nice ------------------------------------------------------------------------ Nice's Profile: http://www.excelforum.com/member.php...o&userid=17653 View this thread: http://www.excelforum.com/showthread...hreadid=519369 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This worked for me
=COUNT(INDIRECT("'"&B34&" (S)'!$H:$H")) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Nice" wrote in message ... Hi, Anybody has an idea how to get the function below to work? -=COUNT(INDIRECT(\"'\"&B34&\" (S)\"\"'!$H:$H\"))- The problem is the -" (S)"- part, that is the 'constant part' of the sheet name I'm trying to refer. Is it even possible that I can make this to work with indirect or should I found another solution? -- Nice ------------------------------------------------------------------------ Nice's Profile: http://www.excelforum.com/member.php...o&userid=17653 View this thread: http://www.excelforum.com/showthread...hreadid=519369 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks Bob, Just don't understand how come I didn't found the solution now that I see it... :) -- Nice ------------------------------------------------------------------------ Nice's Profile: http://www.excelforum.com/member.php...o&userid=17653 View this thread: http://www.excelforum.com/showthread...hreadid=519369 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search open sheets in workbook and insert into open sheet | Excel Discussion (Misc queries) | |||
lock tab in sheet 2 until cell in sheet one is completed | Excel Worksheet Functions | |||
In Excel, how do you make one whole sheet equal to another. | Excel Discussion (Misc queries) | |||
Using a relative SHEET reference for source data in a chart | Charts and Charting in Excel | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions |