I have a userform that has text boxes that link to formulas in cells in spreadsheet to gain their value. It works ok, but I would like to start placing the calculation formulas into the userform textboxes themselves. I can see how to do simple sum and minus between textboxes but have no idea how to go about the formula below:
The formula on spreadsheet that populates TextBox4 is:
=IF(D83=-65,"0.00",+D65+SUM(D35:D37)+D83-SUM(D39:D48)-D64)
The cells above are represented by these textboxes on the userform:
D83 = TextBox97
D65 = TextBox55
D35 = TextBox28
D36 = TextBox29
D37 = TextBox30
D39 = TextBox31
D40 = TextBox32
D41 = TextBox33
D42 = TextBox34
D43 = TextBox35
D44 = TextBox36
D45 = TextBox37
D46 = TextBox38
D47 = TextBox39
D48 = TextBox40
D64 = TextBox54
Any help would be most wecome
Stratfordoaks
Bookmarks