I'm trying to do conditional formatting based on the values in the separate sheet. For eg: I have Sheet1 where the table is like this
A B C D E F G H I J
1
2
3
4
5
6
7
8
9
10
And Sheet2 has the same table with values like these,
A B C D E F G H I J
1 1 1 0 0 0 0 0 0 1
2 0 0 1 0 0 0 0 0 0
3 0 0 0 1 0 0 0 0 0
4 0 0 1 0 0 0 1 1 0
5 0 1 0 0 0 1 0 0 1
6 1 0 0 0 0 0 1 0 1
7 0 1 0 0 0 1 0 0 1
8 0 0 1 0 1 0 0 0 1
9 0 0 0 1 0 0 0 0 0
10 0 0 0 0 0 0 0 0 0
Now i want to highlight the cells in Sheet1 for the respective column in Sheet2 where the value is 1.