comparing a cell to a block off cels

B

B4MB4M

Hy all,

I'm a bit of a newbie to the more advanced stuff of excel. So bear with
me if I do not use the correct terms.

I'm making a lotto form for my family. And I want to fill in the
numbers that are drawn, and automaticly highlight those numbers in the
players number listing.

I wanted to accomplish that with conditional formatting, but The
formula was too long so it didn't work out the way I wanted.
Using the following formula :


Code:
--------------------
IF(Stand.C5=Stand.$C$42;1;IF(Stand.C5=Stand.$D$42;1;IF(Stand.C5=Stand.$E$42;1;IF(Stand.C5=Stand.$F$42;1;IF(Stand.C5=Stand.$G$42;1;IF(Stand.C5=Stand.$H$42;1;IF(Stand.C5=Stand.$C$43;1;IF(Stand.C5=Stand.$D$43;1;IF(Stand.C5=Stand.$E$43;1;IF(Stand.C5=Stand.$F$43;1;IF(Stand.C5=Stand.$G$43;1;IF(Stand.C5=Stand.$H$43;1;IF(Stand.C5=Stand.$C$44;1;IF(Stand.C5=Stand.$D$44;1;IF(Stand.C5=Stand.$E$44;1;IF(Stand.C5=Stand.$F$44;1;IF(Stand.C5=Stand.$G$44;1;IF(Stand.C5=Stand.$H$44;1;IF(Stand.C5=Stand.$C$45;1;IF(Stand.C5=Stand.$D$45;1;IF(Stand.C5=Stand.$E$45;1;IF(Stand.C5=Stand.$F$45;1;IF(Stand.C5=Stand.$G$45;1;IF(Stand.C5=Stand.$H$45;1;IF(Stand.C5=Stand.$C$46;1;IF(Stand.C5=Stand.$D$46;1;IF(Stand.C5=Stand.$E$46;1;IF(Stand.C5=Stand.$F$46;1;IF(Stand.C5=Stand.$G$46;1;IF(Stand.C5=Stand.$H$46;1;0))))))))))))))))))))))))))))))........and so on....
--------------------


I know that it probably is not the best way , and so it seems...the
formula was too long.

So what I want to do :
- make a list of players.
- Each player has chosen a list 10 numbers.
- I want to compare those numbers (with conditional formatting) with
a block of numbers.
- This block of numbers being 25 x 6 numbers (each week 6 numbers are
drawn, and I wanted to make room for 25 weeks) Every week I fill out
the form with 6 new numbers, and I want the numbers in the players
list to enlarge/change colour (with conditional formatting).


The problem I'm facing is a clean way of comparing a cell to a block of
cells. The cell value should change colour/size if it matches any (or
more) of the numbers in the block....

Can anyone point me in the right direction ?

cheers
B4M
 
B

Biff

Hi!

I'm looking for a project. I'm bored!

Send me an email and I'll make one for you then you can study it to see how
it was done.

Here's my address:

xl can help at comcast period net

Remove "can" and change the obvious.

Biff
 
B

B4MB4M

Thanx Biff for your offer,

What I made is in the Mail.
As I said I'm not an advanced user, so I usualy solve thing the hard
way...using stuff I know...thus making it much more difficult that it
actualy is.

Please put an explanation in the sheet... so I can see how it's done.

Thanx again
B4M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top