Hi guys
I am trying to get a batch number for every 10 rows. After searching
I managed to find one that gives
=E7+OFFSET(H$7,INT((ROW(H7)-7)/7),0)
To adapt to my requirements, I substitute 7 with 10 but it doesnt seems
to give the answer which is to change this number every 10 rows. Right
now I have to manually key in repeatedly the same batch number every
10th row i.e. where I have 50 rows the batch will be 1 for row A1-A10,
11 for A11-A20 and so forth
Please advise how to modify it so that it can be flexible enough for any
number of rows not necessarily 10.
Thanks
I am trying to get a batch number for every 10 rows. After searching
I managed to find one that gives
=E7+OFFSET(H$7,INT((ROW(H7)-7)/7),0)
To adapt to my requirements, I substitute 7 with 10 but it doesnt seems
to give the answer which is to change this number every 10 rows. Right
now I have to manually key in repeatedly the same batch number every
10th row i.e. where I have 50 rows the batch will be 1 for row A1-A10,
11 for A11-A20 and so forth
Please advise how to modify it so that it can be flexible enough for any
number of rows not necessarily 10.
Thanks