I tried the formula various ways. I want to match my date on my summary tab to the dates on my bank pivot tab which is a different worksheet and pull in the $$ amount for inflows.
I made sure that the values I am matching are both in "date" formatting, I also made sure there was no extra spaces in the cells.
First attempt:
=INDEX('Bank Pivot'!$B$5:$F$499,MATCH(A10,'Bank Pivot'!$B$5:$B$499,0),3)
Result: #N/A
Second attempt:
=INDEX('Bank Pivot'!$B$5:$B$499,MATCH(A10,'Bank Pivot'!$B$5:$F$499,0),3)
Result: #N/A
In both cases, the MATCH formula has an error per the "evaluate formula" feature.
Help is appreciated. Reference table is a pivot table, not sure if that is a problem but it usually is not.
I made sure that the values I am matching are both in "date" formatting, I also made sure there was no extra spaces in the cells.
First attempt:
=INDEX('Bank Pivot'!$B$5:$F$499,MATCH(A10,'Bank Pivot'!$B$5:$B$499,0),3)
Result: #N/A
Second attempt:
=INDEX('Bank Pivot'!$B$5:$B$499,MATCH(A10,'Bank Pivot'!$B$5:$F$499,0),3)
Result: #N/A
In both cases, the MATCH formula has an error per the "evaluate formula" feature.
Help is appreciated. Reference table is a pivot table, not sure if that is a problem but it usually is not.