andreas.wpv
New Member
I use index(match) functions to compare two lists.
Now I want to use not always the same range for my this, but a shifting range:
cell G1: match("andreas", B1:F10) = 4
now I want
cell G2: match("Willi", B1+4:F10) =...
So the second range is based on the first match.... with only one of the coordinates changing.
Possible? If any without VBA?
Now I want to use not always the same range for my this, but a shifting range:
cell G1: match("andreas", B1:F10) = 4
now I want
cell G2: match("Willi", B1+4:F10) =...
So the second range is based on the first match.... with only one of the coordinates changing.
Possible? If any without VBA?