Greetings,
I've been working on a project and after hours of searching and experimenting I can't get this to work. I hope this is possible with a bit of help from you guys
There is actually two problems. I will start with the sequence of importance.
1) I have a list of names in (column B - Sheet1). In (column D - Sheet1), I list the frequency. (This can be changed to values if that makes it easier in some way)
I want to take the names from (column B - Sheet1) and sort them according to their frequency, (column D - Sheet1).
The sorting should take place in a different sheet, eg (column C - Sheet2). I would prefer, if there could be one row between the sorted names.
I will show a picture that will hopefully make it more clear.
IMAGE 1
2) On the 2nd sheet (Sheet2), I would love to be able to get a working dynamic range of every frequency. The normal OFFSET and COUNTA doesnt work since the different categories are in the same column. Is it possible to stop make a range stop count after a cell have no text?
Eg: =OFFSET(C4; 0; 0; COUNTA(C4:C100); 1) will result in a range C4:C17.
IMAGE 2
Here is a link to a testing document if needed.
EXCELFILE.xlsx
My time zone: CEST, UTC+2 hours.
Sincerely,
Zanjo
I've been working on a project and after hours of searching and experimenting I can't get this to work. I hope this is possible with a bit of help from you guys
There is actually two problems. I will start with the sequence of importance.
1) I have a list of names in (column B - Sheet1). In (column D - Sheet1), I list the frequency. (This can be changed to values if that makes it easier in some way)
I want to take the names from (column B - Sheet1) and sort them according to their frequency, (column D - Sheet1).
The sorting should take place in a different sheet, eg (column C - Sheet2). I would prefer, if there could be one row between the sorted names.
I will show a picture that will hopefully make it more clear.
IMAGE 1
2) On the 2nd sheet (Sheet2), I would love to be able to get a working dynamic range of every frequency. The normal OFFSET and COUNTA doesnt work since the different categories are in the same column. Is it possible to stop make a range stop count after a cell have no text?
Eg: =OFFSET(C4; 0; 0; COUNTA(C4:C100); 1) will result in a range C4:C17.
IMAGE 2
Here is a link to a testing document if needed.
EXCELFILE.xlsx
My time zone: CEST, UTC+2 hours.
Sincerely,
Zanjo