If/Then Conditional Formatting in Excel

dmlynn

New Member
Joined
Oct 13, 2022
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Hi!

Could someone please let me know if this is possible?

I have two columns, A (category) & B (issue), that contain data in a list format in each cell.
I would like to say if an issue is selected in B1, then A1 cell would get populated with its corresponding category match.

Screen Shot 2022-10-13 at 1.27.07 PM.png
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Welcome to the Board!

I don't think you want Conditional Formatting - Conditional Formatting only changes the formatting of cells, not their values.
I think you meant to say a Conditional Formula.

So I think you want a formula in cell A1 that is structured something like:
=IF(B1<>"",...)

If you want to lookup a value from a table, then you would use something like a VLOOKUP, XLOOKUP, or INDEX/MATCH formula embedded within that IF statements.
Here are some details on VLOOKUP: MS Excel: How to use the VLOOKUP Function (WS)

If you need more help, please provide more details and show us an actual example.
 
Upvote 0

Forum statistics

Threads
1,215,019
Messages
6,122,707
Members
449,093
Latest member
Mnur

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