Forum Discussion

MattP817's avatar
MattP817
Copper Contributor
Jan 13, 2022
Solved

Help setting a large amount of cells to Absolute Reference

I have three columns with 4380 cells each that I need to change them to absolute references.   Long story short. This is a database that is fed from Power Automate forms. Every time a new row is ad...
  • OliverScheurich's avatar
    Jan 13, 2022

    MattP817 

    =IF(INDIRECT("'"&$J$1&"'!B"&(MOD(ROW(E2),12))+2)="third",SUM(INDIRECT("'"&$J$1&"'!V"&(MOD(ROW(E2),12))&":V"&MOD(ROW(E2),12)+2),INDIRECT("'"&$J$1&"'!AV"&(MOD(ROW(E2),12))&":AV"&MOD(ROW(E2),12)+2),INDIRECT("'"&$J$1&"'!BX"&(MOD(ROW(E2),12))&":BX"&MOD(ROW(E2),12)+2),INDIRECT("'"&$J$1&"'!CX"&(MOD(ROW(E2),12))&":CX"&MOD(ROW(E2),12)+2),),0)

     

    Maybe with the above formula.

Resources