I have a Training Spreadsheet which houses all training courses held for a company throughout the year.
I want to be able to filter (slicer) by year, so I have created a table of fiscal years (dates) and the year that I would like to return as below:
Fiscal Start Fiscal End Return this Value
Column X Column Y Column Z
01-Oct-14 30-Sep-15 "2014 - 15"
01-Oct-15 30-Sep-16 "2015 - 16"
01-Oct-16 30-Sep-17 "2016 - 17"
01-Oct-17 30-Sep-18 "2017 - 18"
01-Oct-18 30-Sep-19 "2018 - 19"
01-Oct-19 30-Sep-20 "2019 - 20"
The training date is in column B and I wish to return the value in column A
I have tried a variety of IF AND combinations but cannot find the correct formula
I want to be able to filter (slicer) by year, so I have created a table of fiscal years (dates) and the year that I would like to return as below:
Fiscal Start Fiscal End Return this Value
Column X Column Y Column Z
01-Oct-14 30-Sep-15 "2014 - 15"
01-Oct-15 30-Sep-16 "2015 - 16"
01-Oct-16 30-Sep-17 "2016 - 17"
01-Oct-17 30-Sep-18 "2017 - 18"
01-Oct-18 30-Sep-19 "2018 - 19"
01-Oct-19 30-Sep-20 "2019 - 20"
The training date is in column B and I wish to return the value in column A
I have tried a variety of IF AND combinations but cannot find the correct formula