Conditional formatting, yes or no?

Drrellik

Well-known Member
Joined
Apr 29, 2013
Messages
834
Office Version
  1. 365
  2. 2016
  3. 2013
  4. 2011
  5. 2010
Platform
  1. Windows
I am creating a small one page data table and dont mind rearranging it to fit the formula(s) or formats

On the sheet I will only change the value in D1 from A to B,C or D
based on one of four inputs have the table on the left range A1:C12 highlighted based on the data in the corresponding column to my selection

for this one I chose A for Column E2:E10

I would actually like some suggestions or how you would create something like this, just a nudge in the right direction and not so much a shove... :)

thanks in advance for your thoughts or hints.

~DR
Book1
ABCDEFGH
1123AABCD
24561278
378934910
4101112561112
513141513141718
616171815162019
719202122212625
822232424232827
925262734333029
1028293036353231
11313233
12343536
Sheet1
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
if you just want a hint, use a lookup function that returns a column from E2:H10 based on your input in D1, then compare each cell in A1:C12 to the values of that column.

If you want an answer, the spoiler is there for you.

Book7
ABCDEFGH
1123AABCD
24561278
378934910
4101112561112
513141513141718
616171815162019
719202122212625
822232424232827
925262734333029
1028293036353231
11313233
12343536
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A1:C12Expression=MATCH(A1,INDEX($E$2:$H$10,,MATCH($D$1,$E$1:$H$1,0)),0)textNO
 
Upvote 0
Solution
Thank you for the push, I was not able to make it work with your conditional formatting, probably because I am not using it correctly but I was able to rearrange the data and make it work another way.

Thank you again
 
Upvote 0

Forum statistics

Threads
1,215,137
Messages
6,123,253
Members
449,093
Latest member
Vincent Khandagale

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