For simplification purposes I am a smartsheet that has 5 columns in it:
1) Month (this column has each month in a cell ; A1 = Jan, A2 = Feb, A3= March, etc)
2) Date (this column has an exact date in it (i.e. B1= 1/30/23, B2 = 2/20/23, etc)
3) This column has a check box to represent if it is an "Off Month"
4) My current month reference cell (D1 = Jan)
What I am trying to do is in the 5th column cell (E1 for example) I want to do a vlookup in column A to find a match for the current month that is referenced in D1. Once it finds the proper row of information based on a match for the current month then I want to see if there is a check box in column C. If there is I want E1 to say "Off Month". If the checkbox is empty in column C for the current month then I want to populate E1 with the date that is in column B for the current month.
Is there a formula that can be used for this type of situation?