I want to apply 'conditional' formatting to a worksheet, but I'm not sure how to get started. I would rather 'hard' format the cells, than actually use the conditional formatting.
Here's the basics of what I want to achieve:
1. If 'This week'!J2 <> 'Last week'!J2 - fill 'This week'!J2 with red and cancel the procedure. J2 is my record ID field; so if J2 doesn't match between the sheets there's no point proceeding, unless there's some way of matching Column J regardless of where the match occurs. That is, if I can code so it says, "Match 'This week'!J2, with 'Last week'!J-whatever", and then run the comparisons on the 'whatever' row.
ELSE
2. If 'This week'!W2 > 'Last week'!W2 - fill 'This week'!W2 with orange
3. If 'This week'!X2 <> 'Last week'!X2 AND <'Last week'!W2 - fill 'This week'!X2 with green
4, 5, 6. More conditions on other columns
Repeat for Row 3 through to the end
Here's the basics of what I want to achieve:
1. If 'This week'!J2 <> 'Last week'!J2 - fill 'This week'!J2 with red and cancel the procedure. J2 is my record ID field; so if J2 doesn't match between the sheets there's no point proceeding, unless there's some way of matching Column J regardless of where the match occurs. That is, if I can code so it says, "Match 'This week'!J2, with 'Last week'!J-whatever", and then run the comparisons on the 'whatever' row.
ELSE
2. If 'This week'!W2 > 'Last week'!W2 - fill 'This week'!W2 with orange
3. If 'This week'!X2 <> 'Last week'!X2 AND <'Last week'!W2 - fill 'This week'!X2 with green
4, 5, 6. More conditions on other columns
Repeat for Row 3 through to the end