Excel query a sheet of raw data and return
Closed
Brooster
-
25 Feb 2011 à 14:53
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 28 Feb 2011 à 09:12
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 28 Feb 2011 à 09:12
Related:
- Excel query a sheet of raw data and return
- How to copy data from one excel sheet to another - Guide
- Excel move data from one sheet to another - Guide
- How to copy data to multiple worksheets in Excel - Guide
- Excel hyperlink to another sheet - Guide
- Thunderbird return receipt - Guide
3 responses
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
27 Feb 2011 à 17:24
27 Feb 2011 à 17:24
could you please upload a sample files WITH sample data, macro, formula , conditional formatting etc on some shared site like https://authentification.site , http://docs.google.com, http://wikisend.com/ etc
AND post back here the link to allow better understanding of how it is now and how you foresee. Based on the sample book, could you re-explain your problem too.
Note: your data need not be to be real data but a good representative of how data looks like
AND post back here the link to allow better understanding of how it is now and how you foresee. Based on the sample book, could you re-explain your problem too.
Note: your data need not be to be real data but a good representative of how data looks like
Thank you very much for your response. Here is the spreadsheet as you requested with some more information in the first tab on what I'm looking to do.
https://authentification.site/files/27128410/Greenblatt_Screen_-_February_2010.xlsx
https://authentification.site/files/27128410/Greenblatt_Screen_-_February_2010.xlsx
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
28 Feb 2011 à 08:52
28 Feb 2011 à 08:52
I would say the easiest approach would be that you filter the sheet on the parameters that you desire. Example >=100000000 and <=1000000000 to get 100M to 1B
then copy the resulting rows.
If the range changes, then perhaps you could make it more flexible by prompting the user to enter the range and then have it filter accordingly
then copy the resulting rows.
If the range changes, then perhaps you could make it more flexible by prompting the user to enter the range and then have it filter accordingly
Thank you again for your response.
If there's no function within excel to do it then I guess it can't be done. I'll have to figure out a way to get it into google doc's so I can use their 'QUERY' function as it seems to work.
Filtering isn't a good option for what I'm trying to do unfortunately.
Thanks for your help though
If there's no function within excel to do it then I guess it can't be done. I'll have to figure out a way to get it into google doc's so I can use their 'QUERY' function as it seems to work.
Filtering isn't a good option for what I'm trying to do unfortunately.
Thanks for your help though
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
28 Feb 2011 à 09:12
28 Feb 2011 à 09:12
I am pretty sure that there must be a way (though i am equally sure that will have memory issues). but unfortunately I am not aware of. May I ask why filter will not work in your case.