andyholford
New Member
- Joined
- Jul 21, 2014
- Messages
- 4
Hi all,
Apologies if this has been answered. I searched a lot but cannot find anything...
I'm filling in lots of data that will be updated monthly. The data is structured with the months of the year in columns across the top. As there are quite a few tabs and lots of automatic calculations and I don't want somebody inexperienced putting the latest monthly data in the wrong place.
Therefore, I want to create a button which when pressed by the user opens up a series of input boxes. Similar to this http://www.mrexcel.com/forum/excel-questions/512739-use-input-box-fill-cells.html.
However, because I have lots of monthly columns, it needs to only input data into the previous month's column. And even better, if data already exists in that box, it would be amazing if it could flag this up to the user...
It would also be good to have a cancel button there as well.
I'm hoping this is all pretty simple :S
Example form:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]Jun[/TD]
[TD]Jul[/TD]
[TD]Aug[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Website Visits[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Time on Site[/TD]
[TD]210[/TD]
[TD]207[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In this case I'd want a box that would enter details in Jun as its the last full month...
Thanks in advice for any advice or help
Andy
Apologies if this has been answered. I searched a lot but cannot find anything...
I'm filling in lots of data that will be updated monthly. The data is structured with the months of the year in columns across the top. As there are quite a few tabs and lots of automatic calculations and I don't want somebody inexperienced putting the latest monthly data in the wrong place.
Therefore, I want to create a button which when pressed by the user opens up a series of input boxes. Similar to this http://www.mrexcel.com/forum/excel-questions/512739-use-input-box-fill-cells.html.
However, because I have lots of monthly columns, it needs to only input data into the previous month's column. And even better, if data already exists in that box, it would be amazing if it could flag this up to the user...
It would also be good to have a cancel button there as well.
I'm hoping this is all pretty simple :S
Example form:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]Jun[/TD]
[TD]Jul[/TD]
[TD]Aug[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Website Visits[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Time on Site[/TD]
[TD]210[/TD]
[TD]207[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In this case I'd want a box that would enter details in Jun as its the last full month...
Thanks in advice for any advice or help
Andy