Hi! So I'm trying to make an excel for a shift schedule and currently i have a problem with the offset formula, the formula itself works fine but I don't know how to make it work when draging down, here is the formula:
=OFFSET(march!$B$1,16,0,1,1)-OFFSET(march!$B$1,15,0,1,1)
I want the offset to get values from different sheet where the workers can manually insert hours and how they were working so it need to go down by 3 with each cell for an example
Jacob Remote
Start 9
End 17
Michael Office
Start 10
End 16
So i need the offset to go with each cell down by 3 i tried using ROW()-3 but it is not working as i wanted to. I know that i didn't explained it well but i hope you will know what I mean if not i will try to post images from the sheet because i have it on my laptop from work.
=OFFSET(march!$B$1,16,0,1,1)-OFFSET(march!$B$1,15,0,1,1)
I want the offset to get values from different sheet where the workers can manually insert hours and how they were working so it need to go down by 3 with each cell for an example
Jacob Remote
Start 9
End 17
Michael Office
Start 10
End 16
So i need the offset to go with each cell down by 3 i tried using ROW()-3 but it is not working as i wanted to. I know that i didn't explained it well but i hope you will know what I mean if not i will try to post images from the sheet because i have it on my laptop from work.