I am tracking my time per a job#. I want to create a chart of the data. The time and the projects can vary and there are days that I don't work on the project, so there are several spaces between the project# and the Hours\Minutes worked.
I searched and I found a solution that works for my project number. According to the site I found this solution on, its supposed to work for numerical as well, but not in excel 2016.
Formula is from Excel 2007:
Value returned: "P0011" and it skips all the blank rows and places the next value directly below the previous project#. Which is what I am in need of. However when I try the same formula on the time, it does give me the value, but it also shows all the blank cells as well. Its not skipping them, what am I doing wrong?
Thanks,
Scott
I searched and I found a solution that works for my project number. According to the site I found this solution on, its supposed to work for numerical as well, but not in excel 2016.
Formula is from Excel 2007:
HTML:
=IFERROR(INDEX(G:G,SMALL(INDEX(NOT(ISBLANK($G$3:$G$375))*ROW($G$3:$G$375),0),COUNTBLANK($G$3:$G$375)+ROW(A1))),"")
Value returned: "P0011" and it skips all the blank rows and places the next value directly below the previous project#. Which is what I am in need of. However when I try the same formula on the time, it does give me the value, but it also shows all the blank cells as well. Its not skipping them, what am I doing wrong?
Thanks,
Scott