![]() |
|
#1
|
|||
|
|||
![]()
I know I've seen this done before somewhere but I'll be darned if I can find it.
I'm trying to detect the change in a column value. I have a list sorted by "Category" (column title) I have helper column that I need help modifying the formula for. Currently it is just =LEFT(B2,1) That works just fine but what I really need to do is wrap it in a statement so that only the first instance is shown. Sample attached. Could some one point me in the right direction for the formula? Thanks! Scott |
#2
|
|||
|
|||
![]()
=if(left(b2,1)=left(b1,1),"",left(b2,1))
|
#3
|
|||
|
|||
![]()
gebobs -
THANKS!! I was making that way to difficult... Trying all sorts of match and find and count .... Sometimes I over think things ![]() Appreciate your help! |
#4
|
|||
|
|||
![]()
Heh...don't we all at times.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Detect in VBA if document has been changed | nsv | Word VBA | 4 | 04-28-2014 05:58 AM |
How to create a Main category mirrored in Sub category data entry type of solution? | Geza59 | Excel | 0 | 10-19-2012 05:44 AM |
Detect a cell has un-approved change or not? | LongTTH | Excel Programming | 1 | 05-20-2012 02:22 AM |
auto-detect display options? | davidt76 | PowerPoint | 0 | 09-30-2011 07:26 AM |
![]() |
ker09 | Outlook | 1 | 08-29-2011 06:15 AM |