Hi,
I have a sheet with the Master List of projects, which includes all Fiscal years. This sheet contains Project Year, Location, Start and End Dates, etc… Major metadata associated with the project.
I have another sheet, where I would like to get more granular and tailored for various functions such as Permit Tracking, Close Out Tracking, etc… I want to also filter this by Fiscal Year from the Master List as to have a sheet for those function per Year.
I have been playing around with the INDEX and ROW functions, but I don't seem to get anywhere. I also used the @row but I don't think I am using it correctly.
Here is the formula I am using:
=INDEX({SOURCE SHEET - COLUMN},ROW())
Have also used this formation and NADA:
=INDEX([SOURCE SHEET - COLUMN},@row)
Also used this one and NADA:
=IF(row()<=COUNTIF({SOURCE SHEET - COLUMN},<>""),INDEX({SOURCE SHEET - COLUMN},ROW()),"")
Any help would be much appreciated.