|
|
|
date: Tue, 8 Jul 2008 15:54:01 -0700,
group: microsoft.public.excel.worksheet.functions
back
Re: WHat is wrong with this formula
Try it this way:
=IF(INDIRECT("'11th game'!B"&MATCH(A2,'11th
game'!B20:B34,0)+19)=Sheet1!A2,COUNTIF('11th game'!C25:N25,Sheet1!C1),"")
Hope this helps.
Pete
"Sportinus" wrote in message
news:BF8B091A-9C4C-45E8-85B1-A13A7D59B188@microsoft.com...
> =IF('11th game'!B(MATCH(A2,'11th
> game'!B20:B34,0)+19)=Sheet1!A2,COUNTIF('11th
> game'!C25:N25,Sheet1!C1),)
>
> 11th game is a worksheet name. Excel does not like '11th game'!B The
> MATCH returns what I expect. Any help is appreciated.
date: Wed, 9 Jul 2008 00:03:18 +0100
author: Pete_UK
|
|