I have dates in column J, in Column K I just want to return the month. However, I do not have dates is every row. So I attempted to use a is-iserror.... Simple enough or so I thought. Below is my formula.
=IF(ISERROR(MONTH(J19)),"",(MONTH(J19)))
It seems to work fine, except it is placing the number "1" where all dates (column J) are blank. I am assuming since there is not a # reference in these blank cells, if(iserror is not the way to go. I guess I could use just an if Statement.
Sorry, I answered my own question.
However, I do have a little "matrix" at the bottom of the sheet that I use to return expenses by quater using the SUMPRODUCT function. Is there anyway I could use this Matrix to look at the date in column J and return the fiscal quarter without having a sheet that contains every single date in one column and the respective quarter in the next and then do a vlookup?
=IF(ISERROR(MONTH(J19)),"",(MONTH(J19)))
It seems to work fine, except it is placing the number "1" where all dates (column J) are blank. I am assuming since there is not a # reference in these blank cells, if(iserror is not the way to go. I guess I could use just an if Statement.
Sorry, I answered my own question.
However, I do have a little "matrix" at the bottom of the sheet that I use to return expenses by quater using the SUMPRODUCT function. Is there anyway I could use this Matrix to look at the date in column J and return the fiscal quarter without having a sheet that contains every single date in one column and the respective quarter in the next and then do a vlookup?