How do I make several IF (nested if) to work for the following scenario?

Hi,

I need help with a nested if.

Given:

Date Won: Aug 31, 2018

Sales Metrics Range 1 : July 1, 2018

Sales Metrics Range 2 : June 30, 2019

Formula working at :

=IF(AND([DATE WON]@row >= {Sales Metrics Range 1}, [DATE WON]@row <= {Sales Metrics Range 2}), "FY19")


If my Sales Metrics range changes to different financial years, how can I integrate and add it to the above working formula and make several ifs and change FY 19 to FY20 and so on.. IFS

=IF(AND([DATE WON]@row >= {Sales Metrics Range 1}, [DATE WON]@row <= {Sales Metrics Range 2}), "FY19"), IF(AND([DATE WON]@row >= {Sales Metrics Range 1}, [DATE WON]@row <= {Sales Metrics Range 2}), "FY20") and so on...

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!