L
lhkittle
With these two formulas, I can make them work okay if I select four cells and enter a formula and array enter. Select four more cells and do the same with the second.
Where A2 holds 4,6
=VLOOKUP(--LEFT(A2,1),A49,{2,3,15,16},0)
=VLOOKUP(--RIGHT(A2,1),A49,{2,3,15,16},0)
I thought I could select eight cells and enter the formulas as:
=VLOOKUP(--LEFT(A2,1),A49,{2,3,15,16},0)&VLOOKUP(--RIGHT(A2,1),A49,{2,3,15,16},0)
When I use eight cells, the first formula seems to return its stuff and I get #N/A's for the second four cells.
I've use & in the past and it worked, but here I am drawing a blank.
Thanks,
Howard
Where A2 holds 4,6
=VLOOKUP(--LEFT(A2,1),A49,{2,3,15,16},0)
=VLOOKUP(--RIGHT(A2,1),A49,{2,3,15,16},0)
I thought I could select eight cells and enter the formulas as:
=VLOOKUP(--LEFT(A2,1),A49,{2,3,15,16},0)&VLOOKUP(--RIGHT(A2,1),A49,{2,3,15,16},0)
When I use eight cells, the first formula seems to return its stuff and I get #N/A's for the second four cells.
I've use & in the past and it worked, but here I am drawing a blank.
Thanks,
Howard