I have a cell that totals cash drops but I want to create a form to create the formula, place it into a cell and then display the pieces on the form.
The forumla is :
=100.00+5000.00+25000.00+10.05
Form will have value1 textbox and value2 textbox and value3 textbox etc.
When you click the save it will concatenate the "=" and value1 and "+" and value2 etc. and place the formula into the cell.
When the form first opens, I would like to break out each value that currently exists and display it in the correct textbox. The amounts can be any size - usually from about 25,000 to as low as 1.00.
Any ideas?
The forumla is :
=100.00+5000.00+25000.00+10.05
Form will have value1 textbox and value2 textbox and value3 textbox etc.
When you click the save it will concatenate the "=" and value1 and "+" and value2 etc. and place the formula into the cell.
When the form first opens, I would like to break out each value that currently exists and display it in the correct textbox. The amounts can be any size - usually from about 25,000 to as low as 1.00.
Any ideas?