Hi guys,
I am trying to automatically resort a list of items based on some data result elsewhere in the book and I would like to avoid using VBA or a macro.
For instance:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Well[/TD]
[TD]Data[/TD]
[TD]Result[/TD]
[TD]List[/TD]
[/TR]
[TR]
[TD]A01
[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD]A02[/TD]
[/TR]
[TR]
[TD]A02[/TD]
[TD]1[/TD]
[TD]A02[/TD]
[TD]B01[/TD]
[/TR]
[TR]
[TD]A03[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD]B04[/TD]
[/TR]
[TR]
[TD]A04[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B01[/TD]
[TD]1[/TD]
[TD]B01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B02[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B03[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B04[/TD]
[TD]1[/TD]
[TD]B04[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Well is a string identifier
Data is determined elsewhere in the book, its a boolean type
Result is simply detecting whether or not the Data is true and referencing the well
List is the part Im stuck on, I have 2400 identifiers but only 20 or 40 hits (data with 1 value). I want the list to ignore the results that are "-" and line up the results if they have a value into a compact list in the result column. I am making a template that will be shared by a group of people so I would like to avoid macros and VBA if possible (else this would be a piece of cake).
Thank you for your time and help! All thoughts are greatly appreciated
Kyle
ps I have an attachment in excel but the board wont let me post it?
I am trying to automatically resort a list of items based on some data result elsewhere in the book and I would like to avoid using VBA or a macro.
For instance:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Well[/TD]
[TD]Data[/TD]
[TD]Result[/TD]
[TD]List[/TD]
[/TR]
[TR]
[TD]A01
[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD]A02[/TD]
[/TR]
[TR]
[TD]A02[/TD]
[TD]1[/TD]
[TD]A02[/TD]
[TD]B01[/TD]
[/TR]
[TR]
[TD]A03[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD]B04[/TD]
[/TR]
[TR]
[TD]A04[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B01[/TD]
[TD]1[/TD]
[TD]B01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B02[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B03[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]B04[/TD]
[TD]1[/TD]
[TD]B04[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Well is a string identifier
Data is determined elsewhere in the book, its a boolean type
Result is simply detecting whether or not the Data is true and referencing the well
List is the part Im stuck on, I have 2400 identifiers but only 20 or 40 hits (data with 1 value). I want the list to ignore the results that are "-" and line up the results if they have a value into a compact list in the result column. I am making a template that will be shared by a group of people so I would like to avoid macros and VBA if possible (else this would be a piece of cake).
Thank you for your time and help! All thoughts are greatly appreciated
Kyle
ps I have an attachment in excel but the board wont let me post it?