Forum Discussion

mnorman250's avatar
mnorman250
Copper Contributor
Jun 21, 2022

Drag formulas

Hi, I am trying to develop a cheat sheet for multiplications for estimating.  Usually if you have a vertical column with numbers and a horizontal row with numbers you can drag the formula across or down with one answer.  Not happening on my spreadsheet

2 Replies

  • Tim1705's avatar
    Tim1705
    Copper Contributor
    A screenshot of the error might help to give the perfect answer.
  • Patrick2788's avatar
    Patrick2788
    Silver Contributor

    mnorman250 

    If you have access to dynamic arrays you might try:

    [A2:A11 = 1 to 10  B1:K1 = 1 to 10]

     

    =A2:A11*B1:K1

     

    Another approach:

     

    =MMULT(A2:A11,B1:K1)

     

     

Resources