If I have a table that has the data i want to search through for my lookup phrase NOT on the left-most column, how do i do the vlookup? When defining ranges, if i want to have a range that has its columns rearranged, i can define the range like this: E1:E100, C1:C100. However, because the vlookup thing is a function, it gets confused by the comma in that range. How else can i define this range?
-I have tried naming the range before hand by doing insert->range, but that didn't work. It gave an error when i tried calling that range in the function.
-I can NOT rearrange the columns, so don't suggest that.
