Finding numbers in rows and highlighting them

  • Thread starter Thread starter Johncobb45
  • Start date Start date
J

Johncobb45

Hi everybody :)
I need help.
This is a lotto system.
I have a spreadsheet with 508 rows and 45 columns.
In each row there are 45 numbers mixed (1 to 45).
I need a script or some other way to find where particular (drawn)
numbers are in each of the 508 rows.
If my explanation is not clear please ask for farther clarification.
Thank you in advance for your help.
Joh
 
Using conditional formatting...

1) Select your range

2) Format > Conditional Formatting > Formula Is

3) Enter the following formula:
=MATCH(A1,$AP$1:$AP$6,0)

4) Choose your formatting

5) Click OK

...where A1 is the first cell in your range and AP1:AP6 contains you
six numbers.

Hope this helps!
 

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

Back
Top