> Anyone know how to do the Sl.No. in excel?
> The condition is if you filter any row, the Sl.No should be changed
> automatically.
> With Regards,
> Aju
It means Serial Number.
For example, The serial number is 1,2,3,4,5,6,7,8,9,10....
If we filter some heading its coming 1,3,7 something like that
It should come 1,2,3 with filter
Regards
Aju
> Hi,
>
[quoted text clipped - 8 lines]
> > With Regards,
> > Aju
Pete_UK - 31 Mar 2008 14:07 GMT
Try this in row 2 of a helper column:
=SUBTOTAL(3,D$1:D2)-1
where column D contains contiguous data and a heading in row1. Copy
down to suit.
Hope this helps.
Pete
> It means Serial Number.
> For example, The serial number is 1,2,3,4,5,6,7,8,9,10....
[quoted text clipped - 17 lines]
>
> - Show quoted text -
Aju - 31 Mar 2008 14:17 GMT
Thanks alot dear
Aju
> Try this in row 2 of a helper column:
>
[quoted text clipped - 28 lines]
> >
> > - Show quoted text -
Pete_UK - 31 Mar 2008 14:24 GMT
You're welcome.
Pete
> Thanks alot dear
>
[quoted text clipped - 34 lines]
>
> - Show quoted text -