Hi,
I have a formula where i want to look up a cell which is date populated and then look up the corresponding tab with that date on it.
We have tabs of data for every day. I just need to know what formula do i use to look up the tab? So in the below the XXXX part needs to actually be '3006'!, is indirect the best way to go?
[TABLE="width: 507"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Date [/TD]
[TD="align: right"]30/06/2016[/TD]
[/TR]
[TR]
[TD]Total [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Wins[/TD]
[TD] =COUNTIF('XXXXC:C,'Main Sheet'!$A$3)[/TD]
[/TR]
[TR]
[TD]Losses[/TD]
[TD] =COUNTIF(XXXXC:C,'Main Sheet'!$A$4)[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance
I have a formula where i want to look up a cell which is date populated and then look up the corresponding tab with that date on it.
We have tabs of data for every day. I just need to know what formula do i use to look up the tab? So in the below the XXXX part needs to actually be '3006'!, is indirect the best way to go?
[TABLE="width: 507"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Date [/TD]
[TD="align: right"]30/06/2016[/TD]
[/TR]
[TR]
[TD]Total [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Wins[/TD]
[TD] =COUNTIF('XXXXC:C,'Main Sheet'!$A$3)[/TD]
[/TR]
[TR]
[TD]Losses[/TD]
[TD] =COUNTIF(XXXXC:C,'Main Sheet'!$A$4)[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance