Finalfight40
Active Member
- Joined
- Apr 24, 2018
- Messages
- 273
- Office Version
- 365
- Platform
- Windows
Hi All
I am creating a formula but am having an issue which im not sure how to correct.
My formula is below:
When i evaluate the formula i am getting #VALUE for this part of the formula:
I believe this is because there is a formula in cells Sheet1!E2:E26 which returns "".
This formula is an array.
Thanks
I am creating a formula but am having an issue which im not sure how to correct.
My formula is below:
Code:
=TEXTJOIN(", ", TRUE, IF(((MONTH(A1) >= MONTH(Sheet1!B2:B26)) * (MONTH(A1) <= MONTH(Sheet1!C2:C26)) + ((MONTH(A1) >= MONTH(Sheet1!D2:D26)) * (MONTH(A1) <= MONTH(Sheet1!E2:E26)))), ROW(Sheet1!A2:A26), ""))
When i evaluate the formula i am getting #VALUE for this part of the formula:
Code:
(MONTH(A1) <= MONTH(Sheet1!E2:E26))
I believe this is because there is a formula in cells Sheet1!E2:E26 which returns "".
This formula is an array.
Thanks
Last edited: