Exporting USDA data for a proprietary spreadsheet , but unable to match the 4-digit Year column data formatting with it's appropriate reference cell. Other column data matches (State, Commodity, etc). Character length is equal as they each are four characters. However the cells do not equal unless I use the Trim function.
I tried the trim/clean copy and paste values with no success. If I nest Trim function inside Match it doesn't math. CODE=50
Any tips? Side note - Ultimately I will be using multiple match criteria for three variable (Year, State, Period). For the latter I need to use a LEFT function array to capture the last three characters. That formula does work for me.
1st time posting, but have reviewed many of your posts for years to solve Excel and VBA troubles. You guys are pretty amazing
I tried the trim/clean copy and paste values with no success. If I nest Trim function inside Match it doesn't math. CODE=50
Any tips? Side note - Ultimately I will be using multiple match criteria for three variable (Year, State, Period). For the latter I need to use a LEFT function array to capture the last three characters. That formula does work for me.
1st time posting, but have reviewed many of your posts for years to solve Excel and VBA troubles. You guys are pretty amazing