ExcelPoser
New Member
- Joined
- Feb 14, 2022
- Messages
- 1
- Office Version
- 2010
- Platform
- Windows
Hi all, I'm trying to design a spreadsheet to report on the number of project submissions my team has made over the course of the year, and also how many submissions were made over the course of the year for different stakeholders.
The thing is, some projects can be cancelled, but we still need to track that activity so in some cases you will have text in the submission date section saying "cancelled" or something along those lines.
Obviously this is creating the #value error and I'm struggling to make it ignore text. I'm trying to use IFERROR but that creates a massive spill.
Here is my original formula:
=SUMPRODUCT(--(YEAR(_Activity[[Date Submitted]:[Date Submitted]])=$A$1),--(_Activity[[Brand]:[Brand]]=C$6))
How can I make this ignore text values in the date submitted column?
The thing is, some projects can be cancelled, but we still need to track that activity so in some cases you will have text in the submission date section saying "cancelled" or something along those lines.
Obviously this is creating the #value error and I'm struggling to make it ignore text. I'm trying to use IFERROR but that creates a massive spill.
Here is my original formula:
=SUMPRODUCT(--(YEAR(_Activity[[Date Submitted]:[Date Submitted]])=$A$1),--(_Activity[[Brand]:[Brand]]=C$6))
How can I make this ignore text values in the date submitted column?