My dads sent me a spreadsheet and asked me to set Excel up with a form type view which i've done. So it gives the option to click a dropdown and then view various bits of info based on index/match formulae.
The issue is that the data is split into 3 sections
Actual Data------Calculated Data---------Proposed Data (Usually a compromise between actual and calculated)
He's then asked if i can update it so that he can update the proposed data using the form.
Naturally using this Excel formulae based form, anything which gets entered will just overtype the the formula and break things.
I did suggest that the best option would be to just use Access rather than Excel but he'd prefer it in Excel for some reason.
I'm now wondering whether i can use some VBA magic and have a button to say
If Data on Form is not based on Formula, then update data on Data tab then replace formula on the form to lookup the value.
That all sounds great....if i actually knew VBA and i don't even know if it's possible. Although it would be good to learn.
The second approach is to use the actual Excel Form function. The issue here is that there are 43 fields so i'd need to look at splitting it into either 2 forms or only having a form based on the proposed values and the rest being formula based.
Does anyone have any suggestions for how best to approach this? I'm beginning to think of going for option 2, it's easier but may not look quite as good.
The issue is that the data is split into 3 sections
Actual Data------Calculated Data---------Proposed Data (Usually a compromise between actual and calculated)
He's then asked if i can update it so that he can update the proposed data using the form.
Naturally using this Excel formulae based form, anything which gets entered will just overtype the the formula and break things.
I did suggest that the best option would be to just use Access rather than Excel but he'd prefer it in Excel for some reason.
I'm now wondering whether i can use some VBA magic and have a button to say
If Data on Form is not based on Formula, then update data on Data tab then replace formula on the form to lookup the value.
That all sounds great....if i actually knew VBA and i don't even know if it's possible. Although it would be good to learn.
The second approach is to use the actual Excel Form function. The issue here is that there are 43 fields so i'd need to look at splitting it into either 2 forms or only having a form based on the proposed values and the rest being formula based.
Does anyone have any suggestions for how best to approach this? I'm beginning to think of going for option 2, it's easier but may not look quite as good.