Dear Forum Members,
I would really need your help in solving the below issue. I’ll try to explain as clear as possible.
Please see the attached file. It’s very important that the format of the data should be changed in any way. This is just a sample to give you an idea, but the original file is much more comprehensive then this. This is just to clearly outline the issue I’m facing and needing a solution for.
First:
I would like to copy the data automatically with a formula from Customer List sheet to Subscription tracker sheet. The issue is, that on Customer List the data to be copied is in each consecutive row. E.g. Date in A2, A3, A4, A5, …. However, on Subscription tracker (where the data should be copied from Customer List) should be in every 10th line, e.g. Date in A2, A11, A20, ….
So:
- Customer list A2 -> Subscription list A2
- Customer list A3 -> Subscription list A11
- Customer list A4 -> Subscription list A20
…. Etc.
- Customer list B2 -> Subscription list B2
- Customer list B3 -> Subscription list B11
- Customer list B4 -> Subscription list B20
…. Etc.
- Customer list C2 -> Subscription list C2
- Customer list C3 -> Subscription list C11
- Customer list C4 -> Subscription list C20
…. Etc.
The original file has hundreds of lines, so doing the work manually will not work. I believe the OFFSET or INDEX formulas could be used, but wasn’t able to figure out how
Second:
I would like to copy the data automatically with a formula from Subscription tracker, to Subscription 2019 January, IF the customer signed up for the January issue of the magazine.
So:
IF on Subscription list F2=Yes
- Subscription list A2 -> Subscription 2019 January A2
- Subscription list B2 -> Subscription 2019 January B2
- Subscription list C2 -> Subscription 2019 January C2
- Subscription list D2 -> Subscription 2019 January D2
IF on Subscription list F11=Yes
- Subscription list A11 -> Subscription 2019 January A3
- Subscription list B11 -> Subscription 2019 January B3
- Subscription list C11 -> Subscription 2019 January C3
- Subscription list D11 -> Subscription 2019 January D3
IF on Subscription list F20=Yes
- Subscription list A20 -> Subscription 2019 January A4
- Subscription list B20 -> Subscription 2019 January B4
- Subscription list C20 -> Subscription 2019 January C4
- Subscription list D20 -> Subscription 2019 January D4
….. Etc.
I believe this could be solved with a reverse OFFSET formula with some IF nesting, but can’t figure this out either
Thanks a lot for any help!
Bookmarks