Hello forum,
I hope somebody can help me with this, because I will be definitely not able to realize that myself.
Excel Workbook:
http://ge.tt/api/1/files/5L5GIo52/0/blob?download
(Exceeded the 1 MB limit of the forum, therefore hosted like this)
I wrote a bit pseudocode for the problem (under it the description):
While nonblanc in (Input!A)
___for all (ShopName) in (Input!A)
______for all '30Days' in (Input!K)
_________for all 's' in (Input!B)
____________(ShopName!A6) (Whole content of current row)=Input!A (Whole content of current row)
____________(ShopName!A6)+1
____________else: for all 'b' in (Input!B)
_______________(ShopName!A6) (Whole content of current row)=Input!A (Whole content of current row)
_______________(ShopName!A6)+1
...
This continues till all Day ranges and all shops are done, which are in the input sheet.
____________________________________________________________________________________
Now in plain English:
In the Input sheet will be information of several shops pasted. These Shop names also appear as sheet names. It should take for every Shop name in the input sheet, every 'b' or 's' and the related date ranges (30,60,90,180) the related row information and paste it in the related sheet and the correct position within this sheet.
It is already partly working with a complicated formula, but it is not doing it properly.
An example:
Shop Name is "Anna Maria Island" in row A in the input sheet. It is searching for '30 Days' first in the last row, then for all 's' and paste all results in the "Anna Maria Island sheet, in the '30 Days' section. Then it continues with all the 'b' and then the same for '60 Days' and so on. After it is finished with this Shop, it takes the next...
Please tell me if you need more information on this.
Bookmarks