Can merged cells fill, when matched in a column??

HockeyDiablo

Board Regular
Joined
Apr 1, 2016
Messages
182
Hello, I am trying to make a floor plan and wanted the booth squares to turn red, if they are matched with the same booth number located in B2:B22.
 

Attachments

  • MrExcel_0830_ColorMatch.png
    MrExcel_0830_ColorMatch.png
    27 KB · Views: 5

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
First of all, you should avoid merging cells because they almost always cause problems for macros. In any case, it is hard to work with a picture. It would be easier to help if you could use the XL2BB add-in (icon in the menu) to attach a screenshot (not a picture) of your sheet. Alternately, you could upload a copy of your file to a free site such as www.box.com or ww.dropbox.com. Once you do that, mark it for 'Sharing' and you will be given a link to the file that you can post here. Explain in detail what you want to do referring to specific cells, rows, columns and sheets using a few examples from your data (de-sensitized if necessary).
 
Upvote 0
Yes, you can use Conditional Formatting.

Do the following:
1. Select the range C2:J34
2. Click on Conditional Formatting
3. Select "New Rule"
4. Select the "Use a formula to determine which cells to format" option
5. Enter the following formula:
Excel Formula:
=COUNTIF($A$3:$A$24,C2)>0
6. Click on the "Format" button
7. Go to the "Fill" tab and select the red color
8. Click "OK" twice

Here is a simplified example of your case I just did:
1693410446180.png
 
Upvote 0
Solution

Forum statistics

Threads
1,215,986
Messages
6,128,118
Members
449,423
Latest member
Mike_AL

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top