Excel 2010
An overview of what I am trying to do. I have form that users are going to fill out with a bunch of IF formulas. The formulas are dropping off when the IF statement is not satisfied. I want the users to be able to use the spreadsheet multiple times so I don't want to lose the formulas under any condition.
1. User fills out form
2. Clicks button to SAVE, Email a copy, & clears all non column header data except formulas
Column A, B, C, D, ect....
In Column B4 it will say =IF($A4 = "Yes", B3,"")
(repeated below) =IF($A5 = "Yes", B4,"")
(repeated across) =IF($A4 = "Yes", C3,"")
(repeated below) =IF($A5 = "Yes", C4,"")
This will be repeated as concept across and down to column M and through row 999.
The first problem is if $A is "NO" then the True column loses the IF formula and just ends up with the user inputted data. I don't want to lose the formula. And then ultimately I want to CLEAR all the cells besides A2: CJ2 but leave the formulas in tack. I've done a fair amount of VBA programming in Access but Excel not so much. Any help would be appreciated.
Thank you,
An overview of what I am trying to do. I have form that users are going to fill out with a bunch of IF formulas. The formulas are dropping off when the IF statement is not satisfied. I want the users to be able to use the spreadsheet multiple times so I don't want to lose the formulas under any condition.
1. User fills out form
2. Clicks button to SAVE, Email a copy, & clears all non column header data except formulas
Column A, B, C, D, ect....
In Column B4 it will say =IF($A4 = "Yes", B3,"")
(repeated below) =IF($A5 = "Yes", B4,"")
(repeated across) =IF($A4 = "Yes", C3,"")
(repeated below) =IF($A5 = "Yes", C4,"")
This will be repeated as concept across and down to column M and through row 999.
The first problem is if $A is "NO" then the True column loses the IF formula and just ends up with the user inputted data. I don't want to lose the formula. And then ultimately I want to CLEAR all the cells besides A2: CJ2 but leave the formulas in tack. I've done a fair amount of VBA programming in Access but Excel not so much. Any help would be appreciated.
Thank you,