Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 14
Default look up and color shading on numeric database?

Have a numeric database with three numerics each cell. I wish to look up
values, ex: 123 in any order and color shade cell. Can I?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default look up and color shading on numeric database?

Need more detail.

Do any of your numbers have leading zeros?

Is this for a lottery?

--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...
Have a numeric database with three numerics each cell. I wish to look up
values, ex: 123 in any order and color shade cell. Can I?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 14
Default look up and color shading on numeric database?


Yes, I do have numbers leading zeros but not shown. If my data contains 003
means only 3 is seen.

Im sorry its not lottery but just numbers game.

Thanks.
"T. Valko" wrote:

Need more detail.

Do any of your numbers have leading zeros?

Is this for a lottery?

--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...
Have a numeric database with three numerics each cell. I wish to look up
values, ex: 123 in any order and color shade cell. Can I?




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default look up and color shading on numeric database?

Leading zeros in Excel are always a problem.

Excel doesn't "see" leading zeros as part of a numeric value. By default
Excel drops leading zeros but you can force it to *DISPLAY* them using a
custom format. However, this is for *display purposes only*. You may see the
leading zeros but to Excel they do not exist.

With that in mind...

You need to list all the combinations of the number of interest.

123
132
231
213
321
312

Assume these numbers are in the range G1:G6

The numbers you want to highlight are in the range A1:A10
Select the range A1:A10
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:

=MATCH(A1,G$1:G$6,0)

Click the Format button
Select the desired style(s)
OK out



--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...

Yes, I do have numbers leading zeros but not shown. If my data contains
003
means only 3 is seen.

Im sorry its not lottery but just numbers game.

Thanks.
"T. Valko" wrote:

Need more detail.

Do any of your numbers have leading zeros?

Is this for a lottery?

--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...
Have a numeric database with three numerics each cell. I wish to look
up
values, ex: 123 in any order and color shade cell. Can I?






  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 14
Default look up and color shading on numeric database?

Thank you, at least made me getting started but sorry it doesn't work with
the "find" command. How do I?

"T. Valko" wrote:

Leading zeros in Excel are always a problem.

Excel doesn't "see" leading zeros as part of a numeric value. By default
Excel drops leading zeros but you can force it to *DISPLAY* them using a
custom format. However, this is for *display purposes only*. You may see the
leading zeros but to Excel they do not exist.

With that in mind...

You need to list all the combinations of the number of interest.

123
132
231
213
321
312

Assume these numbers are in the range G1:G6

The numbers you want to highlight are in the range A1:A10
Select the range A1:A10
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:

=MATCH(A1,G$1:G$6,0)

Click the Format button
Select the desired style(s)
OK out



--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...

Yes, I do have numbers leading zeros but not shown. If my data contains
003
means only 3 is seen.

Im sorry its not lottery but just numbers game.

Thanks.
"T. Valko" wrote:

Need more detail.

Do any of your numbers have leading zeros?

Is this for a lottery?

--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...
Have a numeric database with three numerics each cell. I wish to look
up
values, ex: 123 in any order and color shade cell. Can I?








  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default look up and color shading on numeric database?

I'm not following you. Why would you want to use find?


--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...
Thank you, at least made me getting started but sorry it doesn't work with
the "find" command. How do I?

"T. Valko" wrote:

Leading zeros in Excel are always a problem.

Excel doesn't "see" leading zeros as part of a numeric value. By default
Excel drops leading zeros but you can force it to *DISPLAY* them using a
custom format. However, this is for *display purposes only*. You may see
the
leading zeros but to Excel they do not exist.

With that in mind...

You need to list all the combinations of the number of interest.

123
132
231
213
321
312

Assume these numbers are in the range G1:G6

The numbers you want to highlight are in the range A1:A10
Select the range A1:A10
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:

=MATCH(A1,G$1:G$6,0)

Click the Format button
Select the desired style(s)
OK out



--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...

Yes, I do have numbers leading zeros but not shown. If my data contains
003
means only 3 is seen.

Im sorry its not lottery but just numbers game.

Thanks.
"T. Valko" wrote:

Need more detail.

Do any of your numbers have leading zeros?

Is this for a lottery?

--
Biff
Microsoft Excel MVP


"ghinzrey" wrote in message
...
Have a numeric database with three numerics each cell. I wish to
look
up
values, ex: 123 in any order and color shade cell. Can I?








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
Count if a cell has color shading robnsd Excel Discussion (Misc queries) 3 April 23rd 23 03:46 AM
Auto color-shading of rows Fitz Excel Worksheet Functions 7 November 27th 05 01:11 AM
Word Associated Shading or Color howiedog Excel Worksheet Functions 1 September 13th 05 10:25 PM
Database text converted to numeric Estie Excel Discussion (Misc queries) 2 April 21st 05 01:19 AM
cell color shading stacydoo Excel Discussion (Misc queries) 1 December 10th 04 07:44 AM


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