Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default text formating formulas

I have a chemical inventory list where there are specific chemicals where
this formula =VLOOKUP(A2,Sheet2!$A$2:$C$224,2,FALSE) brings over the
chemical name in all capital letters to sheet 1.
If I format the capitalized chemical names in the VLOOKUP sheet2 with bold
and italics the formatting is dropped when brought over to the formula cell.
How can I bold and italic only the chemical names that are capitalized?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default text formating formulas


Select the range you want to affect...

Go to Format|Conditional Formatting

Select Formula Is from 1st drop down

Enter formula:

=EXACT(G3,UPPER(G3))

Where G3 is the top most cell in your selection...

Click Format and choose font styles from the Font Tab


--
NBVC

Where there is a will there are many ways.
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109359

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default text formating formulas

To the OP... Note that this method is not actually bringing over the formats
from the source data. It is conditionally formatting the results of the
formula. That being said there is no way to bring over the formats. Formulas
return values and not formats. There is no functinoallity in XL that allows
you to dynamically take the formatting of one cell and place that onto
another.
--
HTH...

Jim Thomlinson


"NBVC" wrote:


Select the range you want to affect...

Go to Format|Conditional Formatting

Select Formula Is from 1st drop down

Enter formula:

=EXACT(G3,UPPER(G3))

Where G3 is the top most cell in your selection...

Click Format and choose font styles from the Font Tab


--
NBVC

Where there is a will there are many ways.
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109359


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default text formating formulas



"NBVC" wrote:


Select the range you want to affect...

Go to Format|Conditional Formatting

Select Formula Is from 1st drop down

Enter formula:

=EXACT(G3,UPPER(G3))

Where G3 is the top most cell in your selection...

Click Format and choose font styles from the Font Tab


--
NBVC

Where there is a will there are many ways.
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109359

Thanks, It worked great.

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
Drag formulas, not formating Wavequation Excel Discussion (Misc queries) 2 June 9th 09 04:19 PM
Conditional Formating/Formulas MC Excel Discussion (Misc queries) 1 May 5th 08 03:34 PM
formulas\conditional formating scott Excel Worksheet Functions 3 January 9th 06 11:37 PM
Formulas and/or formating stevenap Excel Worksheet Functions 4 October 29th 05 11:18 PM
Conditional formating using formulas arifnj Excel Worksheet Functions 4 October 27th 05 01:56 PM


All times are GMT +1. The time now is 11:33 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"