How to loop in excel without VBA or macros?

前端 未结 6 556
Happy的楠姐
Happy的楠姐 2020-12-13 12:58

Is it possible to iterate (loop) a group of rows in Excel without VBA or macros installed? A web search didn\'t yield anything helpful.

=IF(\'testsheet\'!$C$         


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 13:33

    Going to answer this myself (correct me if I'm wrong):

    It is not possible to iterate over a group of rows (like an array) in Excel without VBA installed / macros enabled.

提交回复
热议问题