Conditional Formatting referencing multiple cells

yescox

New Member
Joined
Aug 12, 2015
Messages
4
Hi all,

I'll preface this by saying that I have done a full search and can not get any close to my desired outcome. I'm a great lover of the forum and google, hence not having to post here before! But I'm really stumped and this (probably easy for you lot) formula is holding up my entire project...

Simply put, I have a user-friendly dashboard as a front page, the raw data would look a little like this for the aspect that we are concerned with:
(COL A)Client One (COL B)Client Two (COL C)
Reference (A2)101 (B2)...202
103293
162230

<tbody>
</tbody>

Client One's references must be completed before Client Two's, though the reference numbers themselves are irrelevant (i.e. non consecutive order). I have completion times on a separate tab already, which looks a little like this:
Reference (COL A)Completion (COL B)
10103:15
20203:17
10303:19

<tbody>
</tbody>

As we can see above, 202 (client 2) was finished before 103 (client one). So I just need a formula that will highlight this on the dashboard (i.e. conditional formatting just to fill the reference number cell). Whenever I get stuck I always write out the formula I need in words I can understand before converting it into excel speak. So in this case I've got:

(IF(SHEET1!REFERENCE#1 IS FOUND IN SHEET2) THEN(FINDCOMPLETIONTIME))...(IF(REFERENCE#1TIME > REFERENCE#2TIME... TRIGGER CONDITIONAL FORMATTING)). This may have confused you more than it has helped...

I had index/matched across parts of the data but given that there are a LOT of reference numbers (not perfectly aligned into columns or rows either I'm afraid) it got very sloppy very quickly. Does anyone have any suggestions, have I made any sense at all?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,215,429
Messages
6,124,841
Members
449,193
Latest member
MikeVol

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