Hi,
i have a rather easy problem, but i cant seem to work it out correctly..
I have a looong IF-statement, which i have to convert to an SelectCase statement. The statement should apply to all rows in a distinct column (H), or at least 10000 rows
The IF-statement i originally made, was like this;
=IF(Sheet6!H2="LOC500";VLOOKUP(VLOOKUP(Sheet6!A2;Sheet2!A
;4;FALSE);Sheet4!G:H;2;FALSE);IF(Sheet6!H3="LOC501";VLOOKUP(VLOOKUP(Sheet6!A3;Sheet2!A
;4;FALSE);Sheet4!G:I;3;FALSE)IF(..........))
and it continues, where "LOCxxx" is a variable (total of 10 varibles), and the last part of the vlookup (table array); "...Sheet4!G:I;3;FALSE" where "I" increases one letter and the number "3" increases with one pr IF-statement
Can somebody help me putting this into VBA please ?
thanks,
martin
i have a rather easy problem, but i cant seem to work it out correctly..
I have a looong IF-statement, which i have to convert to an SelectCase statement. The statement should apply to all rows in a distinct column (H), or at least 10000 rows
The IF-statement i originally made, was like this;
=IF(Sheet6!H2="LOC500";VLOOKUP(VLOOKUP(Sheet6!A2;Sheet2!A
and it continues, where "LOCxxx" is a variable (total of 10 varibles), and the last part of the vlookup (table array); "...Sheet4!G:I;3;FALSE" where "I" increases one letter and the number "3" increases with one pr IF-statement
Can somebody help me putting this into VBA please ?
thanks,
martin