pulsecoding
New Member
- Joined
- May 26, 2011
- Messages
- 31
Hi all,
I have formula INDEX($G$2:G5,MATCH(REPT("z",255),$G$2:G5)) which check the range g5 to g2 for string and returns it.
Earlier I didnt had formulas in the range g2 to g5 so this formula was giving me correct result.
now As I have formulas in the range g2 to g5 it is not returning the correct result.
the range contains formula IF(U5=0,"",VLOOKUP(U5,$IO$2:$IP$377,2,FALSE))
so when cell g2 contains a string and g3 to g5 contains blank returned from their individual formulas this index formula does not return string from g2 cell.
this index formula should return g2 cell string.
I have formula INDEX($G$2:G5,MATCH(REPT("z",255),$G$2:G5)) which check the range g5 to g2 for string and returns it.
Earlier I didnt had formulas in the range g2 to g5 so this formula was giving me correct result.
now As I have formulas in the range g2 to g5 it is not returning the correct result.
the range contains formula IF(U5=0,"",VLOOKUP(U5,$IO$2:$IP$377,2,FALSE))
so when cell g2 contains a string and g3 to g5 contains blank returned from their individual formulas this index formula does not return string from g2 cell.
this index formula should return g2 cell string.