Good Morning,
It may be easier to explian in a diagram below what I am trying to acheive.
Any help would be much appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ideas
[/TD]
[TD]Date Created
[/TD]
[TD]Revised Date
[/TD]
[TD]Idea Rating
[/TD]
[/TR]
[TR]
[TD]Idea 101 Low
[/TD]
[TD]20/01/18
[/TD]
[TD] -
[/TD]
[TD]Cell reads whether text in Idea 101 Low, is Low, Medium or High and dispalys that value
[/TD]
[/TR]
[TR]
[TD]Idea 102 High
[/TD]
[TD]20/02/18
[/TD]
[TD] -
[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
[TR]
[TD]Idea 103 Medium
[/TD]
[TD]20/03/18
[/TD]
[TD] -
[/TD]
[TD]
<tbody>
</tbody>[/TD]
[/TR]
</tbody>[/TABLE]
I know this seems like a silly requirment, but this is then read into another workbook that generates a database.
The value In Idea Rating column also allows a formula to read if the value is low it will add a time limit into the revision due date.
The ideas column are created via VBA into hyperlinks when a new file is saved into the correct filepath.
Many Thanks
It may be easier to explian in a diagram below what I am trying to acheive.
Any help would be much appreciated.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Ideas
[/TD]
[TD]Date Created
[/TD]
[TD]Revised Date
[/TD]
[TD]Idea Rating
[/TD]
[/TR]
[TR]
[TD]Idea 101 Low
[/TD]
[TD]20/01/18
[/TD]
[TD] -
[/TD]
[TD]Cell reads whether text in Idea 101 Low, is Low, Medium or High and dispalys that value
[/TD]
[/TR]
[TR]
[TD]Idea 102 High
[/TD]
[TD]20/02/18
[/TD]
[TD] -
[/TD]
[TD]
Cell reads whether text in Idea 102 Medium, is Low, Medium or High and displays that value |
<tbody>
</tbody>
[/TR]
[TR]
[TD]Idea 103 Medium
[/TD]
[TD]20/03/18
[/TD]
[TD] -
[/TD]
[TD]
Cell reads whether text in Idea 103 High, is Low, Medium or High and displays that value |
<tbody>
</tbody>
[/TR]
</tbody>[/TABLE]
I know this seems like a silly requirment, but this is then read into another workbook that generates a database.
The value In Idea Rating column also allows a formula to read if the value is low it will add a time limit into the revision due date.
The ideas column are created via VBA into hyperlinks when a new file is saved into the correct filepath.
Many Thanks