DutchKevin
Board Regular
- Joined
- Apr 13, 2011
- Messages
- 133
- Office Version
- 365
- Platform
- Windows
Hello friends of excel,
At work we have a sheet with data in ± 70 columns by 9 rows.
In each cell a letter from A-E can be there, I do this through a nice lookup, but that's not really the issue.
I'm looking for a way in which I can easily create a (dynamic) list on a second sheet to display for all occurances of, for example E, the relative position in the matrix.
I will then process the created list to a seperate action log.
In this way i would like to keep track of new or deleted "E"s.
Should the amount or position of E's change I will be notified through a conditional check against the actionlog. That part I can manage, I'm stuck on the step before that, listing the E's.
Summed up:
If there are 25 E's in sheet 1
There will be a list of 25 on sheet 2
Each row contains the row and column number of that E
Sheet 2 will follow all updates in sheet 1
Hope you like my challange, i look forward to your ideas.
PS: I'm also open to VBA sollutions.
Thanks
Kevin
At work we have a sheet with data in ± 70 columns by 9 rows.
In each cell a letter from A-E can be there, I do this through a nice lookup, but that's not really the issue.
I'm looking for a way in which I can easily create a (dynamic) list on a second sheet to display for all occurances of, for example E, the relative position in the matrix.
I will then process the created list to a seperate action log.
In this way i would like to keep track of new or deleted "E"s.
Should the amount or position of E's change I will be notified through a conditional check against the actionlog. That part I can manage, I'm stuck on the step before that, listing the E's.
Summed up:
If there are 25 E's in sheet 1
There will be a list of 25 on sheet 2
Each row contains the row and column number of that E
Sheet 2 will follow all updates in sheet 1
Hope you like my challange, i look forward to your ideas.
PS: I'm also open to VBA sollutions.
Thanks
Kevin