Forum Discussion

TiaanvC's avatar
TiaanvC
Copper Contributor
Jan 15, 2024
Solved

Formula move between sheets

In my excel workbook I have two sheets called "checklist" and "Report_Text".  The sheet "Checklist" range AA16:AG204 consists of a mix of text and complex formulas. I want to move this to sheet "Rep...
  • TiaanvC's avatar
    TiaanvC
    Jan 16, 2024

    Riny_van_Eekelen 

    I might have solved this by accident.  When one uses Copy and Paste, it changes the formulas to refer to a cell address in the same relative position to the cell being copied but when your Cut and Paste, it maintains the "absolute" cell address references in the formula.  After I used Cut and Paste it automatically included the Checklist! reference solving my issue.

     

    ="The form of Contract is the "&Checklist!E17&IF(AND(Checklist!D16="Yes",Checklist!D18="Yes")," All parties have access to the complete signed MoA and applicable standard specifications for this contract. ","")&IF(AND(Checklist!D19="Yes",Checklist!D20="Yes")," All CCT representatives, CA and their delegates have been duly appointed.",IF(Checklist!D19="Yes"," All CCT representatives have been duly appointed.",IF(Checklist!D20="Yes"," The CA and their delegates have been duly appointed.","")))