Manolocs
Active Member
- Joined
- Mar 28, 2008
- Messages
- 340
Hello I am trying to build a "formula" to show duplicated text between two rows:
The list is sorted alphabetically.
The column "A" is the only column that matters.
Some of the cells have a space in excess so the formula is false, any idea how make the formula dismiss the difference in spaces?
Would be nice to show both cells instead of only one when the formula is true.
Thanks in advance.
The list is sorted alphabetically.
The column "A" is the only column that matters.
Some of the cells have a space in excess so the formula is false, any idea how make the formula dismiss the difference in spaces?
Would be nice to show both cells instead of only one when the formula is true.
Thanks in advance.
Code:
[FONT=Lucida Grande]=IF([/FONT][COLOR=#0057D6][FONT=Lucida Grande]D2[/FONT][/COLOR][FONT=Lucida Grande]=[/FONT][COLOR=#006107][FONT=Lucida Grande]D3[/FONT][/COLOR][FONT=Lucida Grande],"Delete"," ")[/FONT]