Forum Discussion

chapeueestilo's avatar
chapeueestilo
Copper Contributor
Jul 05, 2023

use formula for tabs in excel

I'm using the spreadsheet looking for information from different tabs, I would like to know how to apply the same formula where I can automatically move to the next tab which would be 'Fornecedor 2' but which keeps line B4 and so on!

 

  • chapeueestilo 

    =INDIRECT("Fornecedor"&ROW(1:1)&"!B4")

    This formula can be filled down and it returns the values from: Fornecedor1!B4,  Fornecedor2!B4, Fornecedor3!B4 and so on.

    • mtarler's avatar
      mtarler
      Silver Contributor

      alternatively:

      =TOCOL('Fornecedor1:Fornecedor99'!B4)

      where Fornecedor1 is the first sheet and Fornecedor99 is the last sheet

Resources