Consulting

Results 1 to 3 of 3

Thread: Solved: Lottery Checker

  1. #1

    Solved: Lottery Checker

    Hi All

    This may have been asked before but I cannot find it and I have tried to solve it my self but to no avail. Attached is a spreadsheet with my syndicates lotto numbers on, each row is a Saturday draw. Col B - G are the drawn numbers with Col I - CM the syndicates numbers. How do you get the syndicates numbers to change colour if they match a drawn number? I thought it may have been by using VLOOKUP or something like that but cannot work it out.

  2. #2
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,876
    with conditional formatting; one way is to use the formula is option with (in cell I4 in this instance):
    =NOT(ISNA(HLOOKUP(I4,$B4:$G4,1,FALSE)))
    you can then copy the CF with the format painter to the rest.
    This has been done in the attached.
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  3. #3
    Thanks p45cal, exactly what I wanted.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •