hi, i'm fairly new to excel and am making a userform spreadsheet system.
Basically, i was working out percentages for the system and realised that the formula that has been entered does display the percentage in the userform but not the exact sheet cell. This is a problem as the sheet cell is linked to another cell which if left empty cant work out the final sum. Please help ASAP!
Note: (This is what has been entered within the spreadsheet)
=IFERROR(IF(W2="","",IF(W2="1 Year",Q2*0.05,IF(W2="3 Years",Q2*0.1,IF(W2="5 Years",Q2*0.15,"Error")))),"")
Basically, i was working out percentages for the system and realised that the formula that has been entered does display the percentage in the userform but not the exact sheet cell. This is a problem as the sheet cell is linked to another cell which if left empty cant work out the final sum. Please help ASAP!
Note: (This is what has been entered within the spreadsheet)
=IFERROR(IF(W2="","",IF(W2="1 Year",Q2*0.05,IF(W2="3 Years",Q2*0.1,IF(W2="5 Years",Q2*0.15,"Error")))),"")