Tbirdbully
Technical User
Thanks in advance!
I am using CR XI
I am having trouble with a formula to compair the first 4 char with the next row first 4 char.
I have a SWCODE field that has 4 or 5 char in it.
0400
0400a
0400b
0401
0402
0402a
My goal is to create a formula to compair the left 4 char to the row below it to see if they match and if so I want to print "Additional Products"
so it would be 0400 Aditional Products
0400a
0400b
0401 Aditional Products
I had thought maybe this might work but I can't tell it to look at the next row of excel:
If Left({Sheet1_.SW Dir Code},4)= (Left({Sheet1_.SW Dir Code},4)+1)
the +1 dosn't work
any help?
I am using CR XI
I am having trouble with a formula to compair the first 4 char with the next row first 4 char.
I have a SWCODE field that has 4 or 5 char in it.
0400
0400a
0400b
0401
0402
0402a
My goal is to create a formula to compair the left 4 char to the row below it to see if they match and if so I want to print "Additional Products"
so it would be 0400 Aditional Products
0400a
0400b
0401 Aditional Products
I had thought maybe this might work but I can't tell it to look at the next row of excel:
If Left({Sheet1_.SW Dir Code},4)= (Left({Sheet1_.SW Dir Code},4)+1)
the +1 dosn't work
any help?