>I have data in C10 and want to go left 4 cells and get that data
4 cells left of C10? There aren't 4 columns to the left of column C.
You can use something like this:
=INDEX(range,MATCH(lookup_value,lookup_array,0))
--
Biff
Microsoft Excel MVP
"Jerry" <Je...@nospam.com> wrote in message
news:Xns99A4218835Fjo...@140.99.99.130...
Alan Beban