Hi, I am working on an Index Match function whereby I input a date in one field and a text in another field and it should return the total sales for a product for that particular month. This should bring back a value if the conditions are met. I need to have multiple criteria because my formula is showing March 1, 2018 but I want it to bring back total March sales. The formula I currently have is below. Therefore I used an "&" but I do not think this is correct because you can't use a date (March) and text field (MTD) together... =INDEX('[Wkly Orders & Sales Actuals, 2018.xls]LE & Budget'!$E$15:$CA$15,MATCH( $A$8, '[Wkly Orders & Sales Actuals, 2018.xls]LE & Budget'!$E$2:$CA$2,0)) Any help is appreciated to get this to work. Thanks.
-The answer you provided does not work. I have two different spreadsheets. My formula which requires the data for Mar-2018 MTD date below is bringing back the data for 2-Mar 2018 which is not what I want. I cannot use March in the formula because that is a date field and MTD because that is a text field together as stated earlier. I hope this clarifies what I need.
[TABLE="width: 420"]
<colgroup><col width="93" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3299; mso-outline-level: 1;"> <col width="93" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3299; mso-outline-level: 1;"> <col width="93" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3299; mso-outline-level: 1;"> <col width="93" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3299; mso-outline-level: 1;"> <col width="93" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3299; mso-outline-level: 1;"> <col width="93" style="width: 70pt; mso-width-source: userset; mso-width-alt: 3299;"> <tbody>[TR]
[TD="class: xl69, width: 93, bgcolor: white"]
WK1[/TD]
[TD="class: xl69, width: 93, bgcolor: white"]
WK2[/TD]
[TD="class: xl69, width: 93, bgcolor: white"]
WK3[/TD]
[TD="class: xl69, width: 93, bgcolor: white"]
WK4[/TD]
[TD="class: xl69, width: 93, bgcolor: white"]
WK5[/TD]
[TD="class: xl73, width: 93, bgcolor: silver"]
MTD[/TD]
[/TR]
[TR]
[TD="class: xl71, bgcolor: white"]
2-Mar-18[/TD]
[TD="class: xl71, bgcolor: white"]
9-Mar-18[/TD]
[TD="class: xl71, bgcolor: white"]
16-Mar-18[/TD]
[TD="class: xl71, bgcolor: white"]
23-Mar-18[/TD]
[TD="class: xl71, bgcolor: white"]
30-Mar-18[/TD]
[TD="class: xl70, bgcolor: silver"]
Mar-18[/TD]
[/TR]
</tbody>[/TABLE]