Forum Discussion
excel help with formula or something
Smitty SmithThanks for the link but it has not help. I am new to excel so maybe I am not doing it right
Hello Linda A. Barnes ,
the document that you shared in you question seems to be your original file with all your company data and links. I urge you to edit your question and remove that link. Then create a small sample file with just a few rows of dummy data and upload that here with the paper clip icon that shows below the reply box.
Explain the logic of what you want to achieve, e.g. "if cell A1 has the word "rhabarber" the whole row should turn orange" -- along these lines.
- Linda A. BarnesSep 30, 2019Copper Contributor
IngeborgHawighorst If column D is Y then row is light pink I can't recall my colour key I Column Q is y then row is light orange If Columm s has as a number whole row is light blue If Column T is has R light Blue (might just remove column S) column U with override everything if sold in the column with become light grey Column AF has n or no with be green I Y or yes then will be white no fill. I hope this helps if I can shown in a video I the first couple I can try for my self and change colours myself
- Oct 01, 2019
Hi Linda A. Barnes , I don't know if it's the forum software, but it's really hard to read that description because there is no punctuation and no new lines, so I re-wrote it as a bullet list, but I'm not sure I got it right.
- If column D is Y then row is light pink I can't recall my colour key
- I Column Q is y then row is light orange
- If Columm s has as a number whole row is light blue
- If Column T is has R light Blue (might just remove column S)
- column U with override everything if sold in the column with become light grey
- Column AF has n or no with be green I Y or yes then will be white no fill.
To colour a whole row when a single cell in the row has a specific value, you need to do this:
- Select all rows you want to apply the format to, making sure the current cell is in your first row of data, i.e. row 2
- create a new rule using a formula
- use a formula along these lines
=$A2="something"
- select a fill colour for that rule
The important bit here is the $ sign before the column letter. This will ensure that only that column is checked for the condition.
Create a rule for each colour. Change the order in which the rules are applied in the Rules Manager dialog and use the "Stop if True" tick box to manage which rules will override other rules.
With so many different columns having conditions, it may be a bit tricky, so play with the order of the rules until things are looking all right.
- Linda A. BarnesOct 01, 2019Copper Contributor
I think I am doing something wrong the formula is not working for me and the whole row is not highlighting not even the column it highlighted . IngeborgHawighorst