Grouping/categorising data for conditional formatting

Tobes

New Member
Joined
Sep 24, 2015
Messages
2
Hi everyone,

I create a list of payment signatories each week and as a control I need to create a conditional format to flag when two people from the same department have been put on the same day. Instead of creating several different conditional formats to say 'flag when 'x' is put with 'x'' and so forth, is there a better way of saying 'x' is in finance, 'x' is in marketing etc so when two 'finance' people are put together, the conditional format kicks in.

Any help greatly appreciated cheers!
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Highlight the a column you wish to format (like A2:A8 of column Date in my example). Invoke the Conditional Formatting process and select Use a Formula..., then paste this exactly in the Format values where... box =SUMPRODUCT(--(A2=$A$2:$A$8),--(C2=$C$2:$C$8))>1 and select a desired format (like an orange fill) and Apply.

<strike></strike>
ABC
1DateWorkmanDepartment
29/24/2015DaveFinance
39/24/2015AliceMarketing
49/25/2015DaveFinance
59/27/2015BobSales
69/27/2015FredSales
79/28/2015AliceMarketing
89/29/2015DanMarketing

<tbody>
</tbody>
Sheet6
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,455
Messages
6,124,938
Members
449,197
Latest member
k_bs

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