SUMIF dynamically change summing column

后端 未结 2 1849
余生分开走
余生分开走 2021-01-06 16:15

I am using SUMIFS and want the sum_range dynamically to change according to the name I have of a column.

I have a table with about 100 columns. Say one of t

2条回答
  •  一向
    一向 (楼主)
    2021-01-06 16:53

    to make dynamic & be able to drag across for all column headings

    MATCH(indirect(d$1),A1:DZ1,0))
    

提交回复
热议问题