
Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Someone tried to help me but I didn't had any results...
|
[quoted text clipped - 14 lines]
|
| PLEASE HELP
Thank you,
but I don't want to change the "look up value", I want the "colindexnumber"
(from 57 to 58, to 59 etc).
Any other idea?
I also tried to put the column (ie BB:BB) instead of the number but it
didn't work also.
> $A92 is an absolute column, A92 is relative and changes when copied
>
[quoted text clipped - 16 lines]
> |
> | PLEASE HELP
Niek Otten - 11 Oct 2006 11:25 GMT
It does here

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Thank you,
|
[quoted text clipped - 26 lines]
| > |
| > | PLEASE HELP
Max - 11 Oct 2006 11:53 GMT
> .. I want the "colindexnumber" (from 57 to 58, to 59 etc).
Try replacing the constant col index num: "57" in your vlookup
with: COLUMN(A1)+56
The col index num will now increment correctly when you copy across

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
I.C.E. - 11 Oct 2006 12:19 GMT
Max Thank you!!!
It worked!
> > .. I want the "colindexnumber" (from 57 to 58, to 59 etc).
>
> Try replacing the constant col index num: "57" in your vlookup
> with: COLUMN(A1)+56
> The col index num will now increment correctly when you copy across
Max - 11 Oct 2006 21:34 GMT
You're welcome !

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Max Thank you!!!
>
> It worked!