Nesting A Function
This formula returns a value form a lookup table in my workbook. I would like
the returned value to be in upper case...How do I modify the formula to allow
for this?
=IF(ISERROR(VLOOKUP(H3780,Tivoli,5,FALSE)),"",MID( VLOOKUP(H3780,Tivoli,5,FALSE),1,9))
Thanx
|