Conversion Snag

  • Thread starter Thread starter Arturo
  • Start date Start date
A

Arturo

A1:A12 = 1 through 12
B1:B12 = Letters A through L
C1 = 8
C2 = VLOOKUP(C1,A1B12,2)
C3 = CONCATENATE(C2,"26")
What C3 displays as text is H26.
I want to see the result of cell H26 in cell C3.
Don't know how to convert what I've got to what I need
 
Back
Top