Hi
I am using Excel 2003.
How do I combine an index and match formula for arrays where the data fields are not the same i.e. one is text and one is date.
The formula of:
works but it is finding the first occurrence of the month and not also matching to department.
It looks to me like filtering the raw data sheet doesn't matter for selection of my data because my indexes etc. aren't looking at only the filtered data, it is looking at the entire worksheet anyway thus the need to match both.
Any assistance greatly appreciated - thanks.
I am using Excel 2003.
How do I combine an index and match formula for arrays where the data fields are not the same i.e. one is text and one is date.
The formula of:
Code:
=INDEX(Ttl_Sick_MOS,MATCH(A14,MyDates,0))
works but it is finding the first occurrence of the month and not also matching to department.
It looks to me like filtering the raw data sheet doesn't matter for selection of my data because my indexes etc. aren't looking at only the filtered data, it is looking at the entire worksheet anyway thus the need to match both.
Any assistance greatly appreciated - thanks.