reaktorblue
Board Regular
- Joined
- Aug 8, 2007
- Messages
- 87
- Office Version
- 365
- Platform
- Windows
I hope someone can give me a hand with this. I have two worksheets within the same workbook. One of the sheets is for pasting raw data from a website and the second sheet is for displaying the data.
The data however is messy upon paste and looks like the following.
Raw Data Worksheet
Dogs
[Info]
x 1
Cats
[Info]
x 1
Birds
[Info]
x 2
Mice
[Info]
x 62
Fish
[Info]
x 36
I'm trying to copy every 3rd entry into my Display Worksheet so that it appears as follows.
Display Worksheet
Dogs
Cats
Birds
Mice
Fish
I'd like to be able to do this with a formula if possible as the macro's will not work depending on what computer I try this on. The corporate computers have macro's disabled. I could accomplish this using the following:
=RawData!A1
=RawData!A4
=RawData!A7
=RawData!A10
=RawData!A13
However if I were to drag the selection down the page, I'm not able to complete this effectively. There are over 549 entries and simply typing this out each line is tedious. I've researched the issue and was told I should be able to use the =OFFSET function. I've tried =OFFSET and I can manage to get the first entry correctly but after that, it's incorrect. Does anyone happen to have any insight as to a way for me to accomplish utilizing a formula?
Also, its important to note that this task is completed several times daily and simply adding columns to sort the data is also not desired. If there is no proper way to accomplish this without putting in additional or columns, please let me know as I will have to explore alternative solutions to the data that is being sought. Thanks!
The data however is messy upon paste and looks like the following.
Raw Data Worksheet
Dogs
[Info]
x 1
Cats
[Info]
x 1
Birds
[Info]
x 2
Mice
[Info]
x 62
Fish
[Info]
x 36
I'm trying to copy every 3rd entry into my Display Worksheet so that it appears as follows.
Display Worksheet
Dogs
Cats
Birds
Mice
Fish
I'd like to be able to do this with a formula if possible as the macro's will not work depending on what computer I try this on. The corporate computers have macro's disabled. I could accomplish this using the following:
=RawData!A1
=RawData!A4
=RawData!A7
=RawData!A10
=RawData!A13
However if I were to drag the selection down the page, I'm not able to complete this effectively. There are over 549 entries and simply typing this out each line is tedious. I've researched the issue and was told I should be able to use the =OFFSET function. I've tried =OFFSET and I can manage to get the first entry correctly but after that, it's incorrect. Does anyone happen to have any insight as to a way for me to accomplish utilizing a formula?
Also, its important to note that this task is completed several times daily and simply adding columns to sort the data is also not desired. If there is no proper way to accomplish this without putting in additional or columns, please let me know as I will have to explore alternative solutions to the data that is being sought. Thanks!