Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dmorri254
 
Posts: n/a
Default 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


  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

There are smarter ways, but by far the easiest is:

=UPPER(=IF(ISERROR(VLOOKUP(H3780,Tivoli,5,FALSE)), "",MID(VLOOKUP(H3780,Tivoli,5,FALSE),1,9)))

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Dmorri254" wrote in message
...
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




  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

=IF(---,"",UPPER(MID(VLOOKUP(---))))

HTH
Jason
Atlanta, GA

-----Original Message-----
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


.

  #4   Report Post  
Dmorri254
 
Posts: n/a
Default

Thanx that worked but I had to remove the = before the IF...

Thanx again



"Niek Otten" wrote:

There are smarter ways, but by far the easiest is:

=UPPER(=IF(ISERROR(VLOOKUP(H3780,Tivoli,5,FALSE)), "",MID(VLOOKUP(H3780,Tivoli,5,FALSE),1,9)))

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Dmorri254" wrote in message
...
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





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Averaging function Sarah Excel Discussion (Misc queries) 0 January 18th 05 05:09 PM
Function in XL or in VBA for XL that pulls numeric digits from a t Nate Oliver Excel Discussion (Misc queries) 0 December 14th 04 05:57 PM
Excel function help facilities RPS Excel Discussion (Misc queries) 1 December 8th 04 03:36 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 02:00 AM
need to save values from a function before it changes Ron Excel Worksheet Functions 1 October 29th 04 06:29 AM


All times are GMT +1. The time now is 05:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"