Forum Discussion

wjallen14's avatar
wjallen14
Brass Contributor
Nov 20, 2019
Solved

if statement working with dates

I am trying to write an if statement where I have one sheet 2019 and the next sheet 2020 but I keep getting a value error. the following is the formula that I am using: =IF(TEXT(DATE(INT((Dec!H1-1)/1...
  • SergeiBaklan's avatar
    SergeiBaklan
    Nov 21, 2019

    wjallen14 

    If in H1 of Dec sheet you have 01 Dec, 2019 and in H1 of Jan sheet you'd like to have 01 Jan 2010 that could be like

    =EDATE(Dec!H1,1)

    Similar for other sheets.

     

Resources