Thread: UPPER Function
View Single Post
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

Since "Global Trade is hard coded in the formula, just type it in
in upper case.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Dmorri254" wrote in
message
...
Hello,
I want to modify this formula to make the text Global Trade all
upper
case....how do I do this??

=IF(IF(ISERROR(VLOOKUP(H3780,Tivoli,4,FALSE)),"",M ID(VLOOKUP(H3780,Tivoli,4,FALSE),1,15))="applicati ons","Global
Trade",IF(ISERROR(VLOOKUP(H3780,Tivoli,4,FALSE))," ",MID(VLOOKUP(H3780,Tivoli,4,FALSE),1,15)))

Thanx