Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Greegan
 
Posts: n/a
Default Conditional Formatting - Can I select a select with Conditional Formatting?

I have a menu button which is already assigned a macro. I want to add one
more step to the macro...

Currently I have a Bingo Screen on my worksheet...
B 1-15
I 16-30
N 31-45
G 46-60
O 61-75

These are all blacked out and will only change (conditional formatting) when
a particular cell matches the number.

My macro (in the menu I mentioned above) will change that highlighted cell
(one that I currently need to select) and change it from green pattern with
red font to a no fill pattern with black font, then generate the next number
by doing some other things...

I was wondering if its possible to have any cell which "lights up" with a
red font and green pattern (which could appear anywhere in the numbers i
have described above).

If I could add such a command/script/vba (not sure of the proper name) then
I would just need the one menu button to continue to the next bingo turn.

Thanks for your assistance in advance.

G


  #2   Report Post  
Max
 
Posts: n/a
Default Conditional Formatting - Can I select a select with Conditional Formatting?

You might have missed my responses to your earlier post,
http://tinyurl.com/79cwl

Take a look / try a play with the file provided:
http://savefile.com/files/1978802
Random_Draw_without_Replacement_Program__Bingo_Boa rd_.xls

Believe it fits what you were originally after ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


  #3   Report Post  
Biff
 
Posts: n/a
Default Conditional Formatting - Can I select a select with Conditional Formatting?

Why didn't you make the grid where the numbers are "stored" symmetrical?

Biff

"Max" wrote in message
...
You might have missed my responses to your earlier post,
http://tinyurl.com/79cwl

Take a look / try a play with the file provided:
http://savefile.com/files/1978802
Random_Draw_without_Replacement_Program__Bingo_Boa rd_.xls

Believe it fits what you were originally after ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--




  #4   Report Post  
Max
 
Posts: n/a
Default Conditional Formatting - Can I select a select with Conditional Formatting?

"Biff" wrote
Why didn't you make the grid
where the numbers are "stored" symmetrical?


If you meant the primary display panel where the numbers drawn will "light
up", the set-up was done to the OP's specs. If you mean the top left grid
where the drawn numbers are consecutively displayed in a zig-zag fashion,
it's perhaps because I'm asymmetric <bg. Anyway, I've taken your point,
Biff, and revised the top left grid to a symmetric 15 R x 5 C

Revised* version at:
http://www.savefile.com/files/5028169
Bingo_Board_v2_Random_Draw_without_Replacement.xls

*Includes additional CF to "light up" the letters "B-I-N-G-O" in G18:G22
when the entire row of 15 numbers to the right of each letter are fully
drawn
[ via selecting G18:G22 (with G18 active), and using the formula:
=SUMPRODUCT(COUNTIF(H18:V18,$G$2:$K$16))=15 ]

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


  #5   Report Post  
Max
 
Posts: n/a
Default Conditional Formatting - Can I select a select with Conditional Formatting?

[ via selecting G18:G22 (with G18 active), and using the formula:
=SUMPRODUCT(COUNTIF(H18:V18,$G$2:$K$16))=15 ]


Oops, just realized that the CF formula above,
following normal COUNTIF syntax should actually be written as:
=SUMPRODUCT(COUNTIF($G$2:$K$16,H18:V18))=15

But in this instance, think the earlier one works just as well
(Thanks to symmetry!)
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--




  #6   Report Post  
Max
 
Posts: n/a
Default Conditional Formatting - Can I select a select with Conditional Formatting?

=SUMPRODUCT(COUNTIF($G$2:$K$16,H18:V18))=15

Or, slightly shorter using SUM:
=SUM(COUNTIF($G$2:$K$16,H18:V18))=15
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--


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
More than 3 Conditional Formatting Conditions Beth H Excel Worksheet Functions 12 January 6th 06 07:35 PM
Conditional Formatting GoldDave Excel Discussion (Misc queries) 6 October 6th 05 02:53 PM
Conditional Formatting sweetsue516 Excel Discussion (Misc queries) 7 September 20th 05 08:16 PM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 06:56 PM.

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"