using FILL in a formula

waddywelsh

New Member
Joined
Apr 8, 2014
Messages
5
I would like to automatically fill a row with a certain color based on a letter entry in the first column. EX: A in first column would automatically turn row to yellow; G in first column would automatically turn row to green, etc. Is this possible?
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Can be done with conditional formatting. Example:
Select A1:Z1 > Home > Conditional Formatting > New Rule > Formula

Formula is:
=$A$1="A"
format with yellow fill.
Enter A in A1 and A1:Z1 will be filled with yellow interior.
 
Upvote 0
I typed in formula but when I pressed return, it said there was an error in the formula, but didn't tell me what.
 
Upvote 0
I typed in formula but when I pressed return, it said there was an error in the formula, but didn't tell me what.
Instead of typing it in, copy the formula from your browser (post #2) and paste it in. The formula in that post has no error in it.
 
Upvote 0

Forum statistics

Threads
1,216,024
Messages
6,128,333
Members
449,443
Latest member
Chrissy_M

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