raystownlaura
Registered User.
- Local time
- Today, 14:14
- Joined
- Apr 16, 2010
- Messages
- 22
I'm trying to highlight dupe rows in Excel '03. In column Q I have concatenated all of the cells I want to check. For example, an entry in cell Q1 might look like:
John Doe 300 Whit Drive Pittsburgh PA 00001-5235
To highlight dupe rows of data, I am using condition formatting with the the following formula/conditions to highlight the row yellow, but it's not working:
=(IF(ISBLANK(A2),0,COUNTIF(Q$1:Q$500, $Q1)))>1
However, when I place a similar formula into cells... =IF(ISBLANK(A2),0,COUNTIF(Q$1:Q$500, $Q1)) ..., the values return properly as either 0 or X (number).
Can anyone see where my problem might be and why my rows will not highlight when I place the same formula in conditional formatting? I have a feeling it has to do with choosing absolute values???
Any help would be appreciated!
John Doe 300 Whit Drive Pittsburgh PA 00001-5235
To highlight dupe rows of data, I am using condition formatting with the the following formula/conditions to highlight the row yellow, but it's not working:
=(IF(ISBLANK(A2),0,COUNTIF(Q$1:Q$500, $Q1)))>1
However, when I place a similar formula into cells... =IF(ISBLANK(A2),0,COUNTIF(Q$1:Q$500, $Q1)) ..., the values return properly as either 0 or X (number).
Can anyone see where my problem might be and why my rows will not highlight when I place the same formula in conditional formatting? I have a feeling it has to do with choosing absolute values???
Any help would be appreciated!