Hi I need a very quick macro that will copy the formulas from row 1 into row the next row down and then make the previous row, values only. I have a sheet that i will be pasting answers to a test into, some details form this sheet are referenced in sheet 2. so the macro will hard code the information then drop the formulas to the next row.
formulas in row 1 are:
Cell A2 - ='Answer Input Sheet'!$B$1
Cell B2 - ='Answer Input Sheet'!$F$34
Cell C2 - =IF('Answer Input Sheet'!$I$34>1<4,"Required if Job pertains","Refresher if requested")
Cell D2 - =IF('Answer Input Sheet'!$I$35>1<4,"Required if Job pertains","Refresher if requested")
Cell E2 - =IF('Answer Input Sheet'!$I$36>=4,"Required if Job pertains","Refresher if requested")
I will be be adding up to 50 test results (one at a time) so the process needs to keep repeating, can anyone help please?
formulas in row 1 are:
Cell A2 - ='Answer Input Sheet'!$B$1
Cell B2 - ='Answer Input Sheet'!$F$34
Cell C2 - =IF('Answer Input Sheet'!$I$34>1<4,"Required if Job pertains","Refresher if requested")
Cell D2 - =IF('Answer Input Sheet'!$I$35>1<4,"Required if Job pertains","Refresher if requested")
Cell E2 - =IF('Answer Input Sheet'!$I$36>=4,"Required if Job pertains","Refresher if requested")
I will be be adding up to 50 test results (one at a time) so the process needs to keep repeating, can anyone help please?