dbwiz
Active Member
- Joined
- Nov 20, 2007
- Messages
- 275
Col H containes text in some of the rows, Col I there are dates in all the rows. I need to count the unique dates in Col I - IF Col H is not blank.
This is what I have for Col I (which has to have CTRL-Shift-Enter after pasting to get it to put {} around it to "take." How can I add an if statement to this - or is there a simpler way?
=SUM(IF(LEN(A2:A4970),1/COUNTIF(A2:A4970,A2:A4970)))
This is what I have for Col I (which has to have CTRL-Shift-Enter after pasting to get it to put {} around it to "take." How can I add an if statement to this - or is there a simpler way?
=SUM(IF(LEN(A2:A4970),1/COUNTIF(A2:A4970,A2:A4970)))