![]() |
MATCHing through multiple worksheets
I know there is a way to get a sum of the all the values in, say, D4,
in all the worksheets of a workbook (=SUM('Jan:Dec'!D4)). I want to apply this principle to the MATCH function. I am trying to set up a match function to search through a specific range ($H$4:$H$84) in 12 worksheets (1 worksheet for each month). The formula I am using is =MATCH(F4,'Jan:Dec'!$H$4:$H$84,) but it does not work. Is there any way to do this? |
MATCHing through multiple worksheets
Try...
=MATCH(TRUE,COUNTIF(INDIRECT(TEXT(DATE(2005,ROW(IN DIRECT("1:12")),1),"mmm ")&"!H4:H84"),F4)0,0) ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Hope this helps! In article .com, wrote: I know there is a way to get a sum of the all the values in, say, D4, in all the worksheets of a workbook (=SUM('Jan:Dec'!D4)). I want to apply this principle to the MATCH function. I am trying to set up a match function to search through a specific range ($H$4:$H$84) in 12 worksheets (1 worksheet for each month). The formula I am using is =MATCH(F4,'Jan:Dec'!$H$4:$H$84,) but it does not work. Is there any way to do this? |
All times are GMT +1. The time now is 01:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com