complex conditional formatting

jbrown021286

Board Regular
Joined
Mar 13, 2023
Messages
53
Office Version
  1. 365
Platform
  1. Windows
1679529831908.png


i am building an account tracking spreadsheet. in column D i have the account numbers, in column I is the balance due, column J is balance adjustment amounts, column S is account numbers that have made a payment, and column T is the amount that has been paid on the account. currently i have conditional formatting that highlights when there are matching account numbers in columns D & S and highlights columns I & T if the subsequent balance and payments match. i am wanting to also make it to where the matching criteria takes into account the adjustment in column J and if the sum of I & J equals T then all 5 cells are highlighted. the conditional formatting formulas i currently have are for column D (=$I$2:$I$32,$I$301:$I$311) and (=$D$2:$D$32,$D$301:$D$310) column I (=$I$2:$I$32,$I$301:$I$311) and (=$D$2:$D$32,$D$301:$D$310) column S (=$T$2:$T$55) and (=$S$2:$S$55) column T (=$T$2:$T$55) and (=$S$2:$S$55).
 

Attachments

  • 1679529173765.png
    1679529173765.png
    96.2 KB · Views: 8

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
@jbrown021286 , can you tellme what this formula does: column D (=$I$2:$I$32,$I$301:$I$311) there is no function or operator in there, so I'm confused with the comma. Is this from a different language version of excel?
 
Upvote 0
Try this, It doesn't compy the blue through all 5 columns you state in your question, but i think you can figure it out. If not just ask.

mr excel questions 17.xlsm
CDEFGHIJKLMNOPQRST
1TAGRO??DaignosCODJOBFLAG TIMADJUSTMENRO CHECKHours Check
2*467318gdDiag1Don’t CountWaitingIncorrectTotalNot VeriffiedVerified4673181
3467402grecall0.230036.7329.74674020.2
45737467504galternatordDiag14675041
53293467509gtsTrans service0.80.54675091
65740467520cinjectorsdDiag14675090.3
73298467532grcaar and camera34675323
8467533gaAlignment1X=Incorrect4675331
9467605gdDiag10.5G=Verified4676051.5
105761467614cdDiag1W=Waiting4676262.8
115763467621*transdDiag1C=Don't Count4676261.7
121793467626g30k30k2.8*=Need To Check4676382.8
13467626gbrturn rotors1.74676381.7
14467638gacac service1.54676410.5
15467638gbulbbulb0.14676792
167844467640calternatordDiag14676903.8
174616467641gtbeltdDiag1-0.54677050.3
18
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
I2:I17,T2:T17Expression=OR($J2=$T2,$I2+$J2=$T2)textNO
D2:D17,S2:S17Expression=$D2=$S2textNO
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,048
Latest member
81jamesacct

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