Highlight unique or duplicate on 2 sheets
Solved/Closed
Related:
- Highlight unique or duplicate on 2 sheets
- Tentacle locker 2 - Download - Adult games
- Fnia 2 - Download - Adult games
- Euro truck simulator 2 download free full version pc - Download - Simulation
- Feeding frenzy 2 download - Download - Arcade
- Red dead redemption 2 free download - Download - Action and adventure
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Mar 10, 2012 at 10:38 PM
Mar 10, 2012 at 10:38 PM
there is a problem in direct condition formatting of one sheet with reference to another sheet. But you can circumvaent this
suppose data in sheet 1 is like this
name
a
s
d
f
g
h
in sheest 2
name
a
d
f
h
k
suppose you want to color the cells in column A of sheet 2 if that name occurs in column A of sheet 1
in sheet 2 B2 copy paste this formula
=IF(COUNTIF(Sheet1!$A$1:$A$100,Sheet2!A2)>0,"exists","no")
and copy B2 down
now select B2.in conditionfal formatting "the cell value is"
"equals"
and type in the next small window
"exists"
click ok, click ok
now in sheset 2 copy B2 and select B3 down and clilck
edit-pastespecial-foramt-ok
suppose data in sheet 1 is like this
name
a
s
d
f
g
h
in sheest 2
name
a
d
f
h
k
suppose you want to color the cells in column A of sheet 2 if that name occurs in column A of sheet 1
in sheet 2 B2 copy paste this formula
=IF(COUNTIF(Sheet1!$A$1:$A$100,Sheet2!A2)>0,"exists","no")
and copy B2 down
now select B2.in conditionfal formatting "the cell value is"
"equals"
and type in the next small window
"exists"
click ok, click ok
now in sheset 2 copy B2 and select B3 down and clilck
edit-pastespecial-foramt-ok
Mar 12, 2012 at 08:09 AM