FINFO
Definition: FINFO is a function that returns information about a file.
Syntax: =FINFO(filename, [file_info])
Situation: This formula is suitable when you need to obtain information about a file.
Example: If you have a file called “data.xlsx” and want to find the size of the file in bytes, the formula =FINFO(“data.xlsx”, “Size”) can be used.