D
David M
Please help.....
=IF(ISERROR(VLOOKUP(G4,Tivoli,5,FALSE)),"",VLOOKUP
(G4,Tivoli,5,FALSE))
returns the word Infrastructure......
I want to use the mid function to return an abbreviated
form of this word combined with the above IF statement.
Example =MID('Tivoli Db Query'!E2,1,5) returns Infra
How do I include the MID function into the IF statement
above??
=IF(ISERROR(VLOOKUP(G4,Tivoli,5,FALSE)),"",VLOOKUP
(G4,Tivoli,5,FALSE))
returns the word Infrastructure......
I want to use the mid function to return an abbreviated
form of this word combined with the above IF statement.
Example =MID('Tivoli Db Query'!E2,1,5) returns Infra
How do I include the MID function into the IF statement
above??