For better visibility i want to put a conditional format formula where it will put a underline after each date apperiang column. So it will underline at mar-02, mar-03 & mar-04.
Great thanks. two more question. is it possible to color one block of date white shade and next following a gray throughout the sheet.
#2. How can i break a subtotal line in the sheet that will total the counts column above from last date to the next date.
ie.
shipment#, counts#, date
1 123 mar-02
2 345 // white shade
3 554
sub total 1022
4 228 mar-03
5 343 // gray shade
sub total 571
6 334 mar-04
7 226 // white shade
sub total 560
Use that value to make a known numeric value, for instance if the grouping value were in column A...
[tt]
G2: =if(A1=A2,G1,G1+1)
[/tt]
Then CF on
[tt]
=Mod(G2,2)=0
[/tt]
This value will "toggle" between 0 & 1.
Skip, Don't let the Diatribe...
talk you to death! Just traded in my old subtlety... for a NUANCE!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.