Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Write formula to look for 'like' value

Hello. I can't seem to find a way to have Excel look for a 'wild card'
value. For instance, my pivot table columns a I'm trying to conditional
format column B bold if it is a Total column. Example below. Hope someone
can help. Many thanks!

A B

Smith Total 14 =if(a1="Total",true) the names will change and i
want the
Smith Actual 19 format to be based
soley on the text
Jones Total 0 'Total'.
Bean Total 10
Bean Actual
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Write formula to look for 'like' value

use

=ISNUMBER(SEARCH("Total",A1))

for the formula is box in your formatting


--
Regards,

Peo Sjoblom


"Suzanne" wrote in message
...
Hello. I can't seem to find a way to have Excel look for a 'wild card'
value. For instance, my pivot table columns a I'm trying to
conditional
format column B bold if it is a Total column. Example below. Hope
someone
can help. Many thanks!

A B

Smith Total 14 =if(a1="Total",true) the names will change and
i
want the
Smith Actual 19 format to be
based
soley on the text
Jones Total 0 'Total'.
Bean Total 10
Bean Actual



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 152
Default Write formula to look for 'like' value

Worked like a charm, thank you very much for your help.

"Peo Sjoblom" wrote:

use

=ISNUMBER(SEARCH("Total",A1))

for the formula is box in your formatting


--
Regards,

Peo Sjoblom


"Suzanne" wrote in message
...
Hello. I can't seem to find a way to have Excel look for a 'wild card'
value. For instance, my pivot table columns a I'm trying to
conditional
format column B bold if it is a Total column. Example below. Hope
someone
can help. Many thanks!

A B

Smith Total 14 =if(a1="Total",true) the names will change and
i
want the
Smith Actual 19 format to be
based
soley on the text
Jones Total 0 'Total'.
Bean Total 10
Bean Actual




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
How to I 'write-through' a formula ICTag New Users to Excel 4 June 12th 06 09:17 PM
Can you help me write this formula? blazon Excel Discussion (Misc queries) 6 September 20th 05 07:07 PM
how do I write this formula? djarcadian Excel Discussion (Misc queries) 4 September 13th 05 05:58 PM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
how do I write a formula for? Terry Excel Discussion (Misc queries) 2 February 2nd 05 12:19 AM


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