Forum Discussion
wjallen14
Nov 20, 2019Brass Contributor
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...
- Nov 21, 2019
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.
wjallen14
Nov 21, 2019Brass Contributor
SergeiBaklan 12/1/2019 is Dec HI
SergeiBaklan
Nov 21, 2019Diamond Contributor
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.
- wjallen14Nov 21, 2019Brass Contributor
works exactly what we wanted thank you SergeiBaklan
- SergeiBaklanNov 21, 2019Diamond Contributor
wjallen14 , you are welcome
- wjallen14Nov 21, 2019Brass Contributor
SergeiBaklan I will try and see what happens thank you