Hi there.
Another silly question for the day.
[TABLE="width: 1000, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Low Tide[/TD]
[TD]High Tide[/TD]
[TD]Moon[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/2/18[/TD]
[TD]06:30[/TD]
[TD]13:00[/TD]
[TD]Full[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2/2/18[/TD]
[TD]07:15[/TD]
[TD]13:45[/TD]
[TD]1 Day Past Full[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2/2/18[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Take for instance the above table, As an example i have entered into A3 and A4 the same dates, Obviously the same calendar dates will have the same tide times and moon phase.
I am looking for a code that will auto generate Low Tide, High Tide and Moon phase from the previous line, But i would like to be able to manually enter the information for when the calendar dates are a new day.
This is part of a large table that generates new lines on a new entry, so i will need some way of coding this so that when i manually enter the information on a new date the code does not disappear and will auto generate again if i duplicate days.
This seems a little silly, but i am trying to create a fishing log to log and track the fish we catch for the season.
Is this at all possible?
Cheers
Another silly question for the day.
[TABLE="width: 1000, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Low Tide[/TD]
[TD]High Tide[/TD]
[TD]Moon[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1/2/18[/TD]
[TD]06:30[/TD]
[TD]13:00[/TD]
[TD]Full[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2/2/18[/TD]
[TD]07:15[/TD]
[TD]13:45[/TD]
[TD]1 Day Past Full[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2/2/18[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Take for instance the above table, As an example i have entered into A3 and A4 the same dates, Obviously the same calendar dates will have the same tide times and moon phase.
I am looking for a code that will auto generate Low Tide, High Tide and Moon phase from the previous line, But i would like to be able to manually enter the information for when the calendar dates are a new day.
This is part of a large table that generates new lines on a new entry, so i will need some way of coding this so that when i manually enter the information on a new date the code does not disappear and will auto generate again if i duplicate days.
This seems a little silly, but i am trying to create a fishing log to log and track the fish we catch for the season.
Is this at all possible?
Cheers