Hi everyone,
Is there a forumla to automatically adjust the "time" in a column when any specific row is modified? For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time[/TD]
[TD]Subject[/TD]
[/TR]
[TR]
[TD]7:00 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7:30 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:00 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:15 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9:00 am[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I were to modify "7:00 am" by 15 minutes to "7:15 am", I would want all the other rows to automatically adjust time by 15 minute like so:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time[/TD]
[TD]Subject[/TD]
[/TR]
[TR]
[TD]7:15 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7:45 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:15 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:30 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9:15 am[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am hoping it's simpler than I thought. Any help guiding me in the direction would be super helpful, thank you!
Is there a forumla to automatically adjust the "time" in a column when any specific row is modified? For example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time[/TD]
[TD]Subject[/TD]
[/TR]
[TR]
[TD]7:00 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7:30 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:00 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:15 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9:00 am[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I were to modify "7:00 am" by 15 minutes to "7:15 am", I would want all the other rows to automatically adjust time by 15 minute like so:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Time[/TD]
[TD]Subject[/TD]
[/TR]
[TR]
[TD]7:15 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7:45 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:15 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8:30 am[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9:15 am[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am hoping it's simpler than I thought. Any help guiding me in the direction would be super helpful, thank you!