FilleFrella44
New Member
- Joined
- Oct 11, 2022
- Messages
- 20
- Office Version
- 365
- Platform
- Windows
Hello,
I am having issues retreving data based on the attatched image. I want to be able to see every value for "Serier" per "Ver". See example Output 1 and output 2 what I am aiming to recreate. Not sure if Excel has the capabilities to retrive information in that way since the cell next to it is empty.
The real-life use case is that I have ver-numbers in a column connected to some other data, and I want to know what all of the series numbers are per that ver-number in another document. Unfortunately cells are blank next to it, and I am unable to retrive the data in any way I know of. Further complications is that I would prefere output-2, but I am unsure how I would be able to move cells around using formulas. Perhaps this is solvable with a macro?
Somnething like this (not VBA code, but the functionallity)?
If (cell = ver, or if cell = blank after ver)
Retrive Serier-value
Go to next ver
I am having issues retreving data based on the attatched image. I want to be able to see every value for "Serier" per "Ver". See example Output 1 and output 2 what I am aiming to recreate. Not sure if Excel has the capabilities to retrive information in that way since the cell next to it is empty.
The real-life use case is that I have ver-numbers in a column connected to some other data, and I want to know what all of the series numbers are per that ver-number in another document. Unfortunately cells are blank next to it, and I am unable to retrive the data in any way I know of. Further complications is that I would prefere output-2, but I am unsure how I would be able to move cells around using formulas. Perhaps this is solvable with a macro?
Somnething like this (not VBA code, but the functionallity)?
If (cell = ver, or if cell = blank after ver)
Retrive Serier-value
Go to next ver