Conditional Formating

anneb_87

Board Regular
Joined
Jun 13, 2018
Messages
84
Hi Experts!

Would it be possible to used the conditional formula to highlight column M if the the denominator is NOT column D

column Dcolumn Ecolumn M
MembersPremiumPremium PMPM
1,321$656,989=IFERROR(E6/D6,"n/a")
1,326$647,586=IFERROR(E7/D7,"n/a")
1,312$628,772=IFERROR(E8/D8,"n/a")
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Unchecked, try following CF=not(isnumber(search("/D",get.cell(6,$M2))))
You'll have to save the file as .xlsm
 
Upvote 0
Is there a way that the file should not be saved in macro format? The client does not what it ?
 
Upvote 0
If you have the Formulatext function, try
=NOT(SEARCH("/D",FORMULATEXT(M6)))

Please update you account details to show which version of Excel you are using, as it affects which functions you have.
 
Upvote 0
You're welcome & thanks for the feedback.

Please don't forget to update your account details, to show which version of Excel you are using. ;)
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,825
Members
449,096
Latest member
Erald

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