Forum Discussion
kittenmeants
Oct 13, 2023Brass Contributor
INDEX MATCH formula showing as #N/A - but only in some instances; same info
I am using this formula to pull a date from one sheet to another, by matching the employee ID(s). =INDEX(HireDate!$P$8:$P$17000,MATCH(D9,HireDate!$A$8:$A$17000,0)) 99% of my formulas result in t...
HansVogelaar
Oct 13, 2023MVP
Check why some of the values in the first column in your screenshot are left-aligned and others centered...
- kittenmeantsOct 13, 2023Brass Contributor
What would cause them to left align? I checked the standard alignment; they are formatted for number. The only ones that are left align are those that have errors..
I also checked Data> txt to columns.
- HansVogelaarOct 13, 2023MVP
What happens if you select that column, then:
- On the Data tab of the ribbon, click Text to Columns.
- Click Finish without changing any settings.