Sorry, I couldn't think of a better title...
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]2019-01-09[/TD]
[TD]6.5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019-01-06[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]2019-01-07[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]2019-01-08[/TD]
[TD]9.9[/TD]
[/TR]
[TR]
[TD]2019-01-10[/TD]
[TD]4.3[/TD]
[/TR]
[TR]
[TD]2019-01-11[/TD]
[TD]5.5[/TD]
[/TR]
</tbody>[/TABLE]
I have a set of data from 2019-01-06 to 2019-01-11. Let's say I create a userform so that the user can input a date (2019-01-09) and a value (6.5). Is there a code that can insert this information accordingly within the data? (below 2019-01-08 and above 2019-01-10 along with the value)
In addition, I'm not sure if there is a fill button on here but let's say the values (7, 8, 9.9, 4.3, 5.5) are filled in with yellow and the value entered (6.5) is supposed to be purple because it's a different event, is there a way to incorporate this into the code?
Thank you in advance!
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]2019-01-09[/TD]
[TD]6.5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2019-01-06[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]2019-01-07[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]2019-01-08[/TD]
[TD]9.9[/TD]
[/TR]
[TR]
[TD]2019-01-10[/TD]
[TD]4.3[/TD]
[/TR]
[TR]
[TD]2019-01-11[/TD]
[TD]5.5[/TD]
[/TR]
</tbody>[/TABLE]
I have a set of data from 2019-01-06 to 2019-01-11. Let's say I create a userform so that the user can input a date (2019-01-09) and a value (6.5). Is there a code that can insert this information accordingly within the data? (below 2019-01-08 and above 2019-01-10 along with the value)
In addition, I'm not sure if there is a fill button on here but let's say the values (7, 8, 9.9, 4.3, 5.5) are filled in with yellow and the value entered (6.5) is supposed to be purple because it's a different event, is there a way to incorporate this into the code?
Thank you in advance!