Hello guys!
As the title says, I want to reduce a large group of data like the image shows (I hope it is understable).
LnPBIzG.png
How can I do it automatically?
Thanks!!
Cheers!
Hello guys!
As the title says, I want to reduce a large group of data like the image shows (I hope it is understable).
LnPBIzG.png
How can I do it automatically?
Thanks!!
Cheers!
Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? However, please give us an indication of the approximate number of rows of data you want the solution to work with (100, 1000, 100,000 or whatever). Please don't attach a picture of an Excel sheet (no-one will want to re-type all your stuff before starting).
1. It does NOT have to be your real sheet - mock up a SAMPLE if you need to. But not 1000's of rows!!! It makes manual checking so tedious. Whatever you do... make sure that all confidential information is removed first!!
2. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.
3. Make sure that your desired solution is also shown (mock up the results manually).
4. Try to avoid using merged cells. They cause lots of problems!
Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Forget that. It was easy to replicate...
=OFFSET(A$1,(ROWS($1:1)-1)*5,,)
copied across and down. You may need ; instead of ,
Better still... use this - which avoids the use of the volatile OFFSET function:
=IFERROR(1/(1/INDEX(A:A,1+(ROWS($1:1)-1)*5)),"")
That was quick! Thank you very muchI would have never came up with that lol
You're welcome.
If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.
It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.
Sure thing!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks