Conditional Formatting Duplicate cell in a row only

demodren

Board Regular
Joined
Aug 20, 2010
Messages
106
Hi all,

I am trying to figure out how to set up conditional formatting in Google Docs for each row ONLY to check columns. So for example. I was able to do a formula:
=COUNTIF($E$1:$X$100, INDIRECT(ADDRESS(ROW(), COLUMN(), 4))) > 1
for overall table but is there a way to do a formula so it looks on individual row? So for example:

Row 1: A B C D E A A (formula should only highlight row 1 A A A)
Row 2: A B C D E E E (formula should only highlight row 2 E E E)

Thanks very much!
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
No idea about Goggle, but this works in Xl
=COUNTIF($E1:$X1,E1) > 1
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,965
Messages
6,122,495
Members
449,088
Latest member
Melvetica

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