Relative Content

Tag Archive for function

Why am i getting this error when writing def statement?

I am learning python and just got to ‘Def’ function. When I try to run the code I keep getting this error and I don’t know what to do. I have tried reinstalling all the extentions, Reinstalled VScode, but it still gives me this error. Could anyone help?

Indirect Address function with several sheets’ data in same file is working. How to use this same function referring to sheet names from other file

I have a file in which I have around 50 sheets with extensive data in each sheet.
I made a list of all the sheet names so that I can create a tabular data of all sheets’ data using indirect address function. I have given the reference sheet names from the list of the sheets in my indirect address function. in Column A, I have listed all the sheets’ names. In rest columns I have Indirect function in which, I have formula like this:- =@INDIRECT(ADDRESS(B$3,B$4,1,,$A7)). In B3.B4 I have the row & column numbers and in A7 I have sheet name. so on….. It is working fine and I am getting dynamic data from each sheet in this single sheet.