Hi! I am trying to link multiple calls in different rows with a formula I am using.
The formula I am using is: =IF(ISNUMBER(MATCH(DAY(F2),J28:M28,0)),"Holiday","")
Basically what this is doing is, that if cells J28 to M28 contain a value, it matches it to the date in cell F2, and if it is a match, this cell will contain Holiday.
This seems to work fine, however when I try to link multiple cells in different rows for it to search, it comes up with an error saying, "you've entered too many arguments for this function"
This is what I tried using when the error comes up =IF(ISNUMBER(MATCH(DAY(F2),J28:M28,J31:M31,0)),"Holiday","")
If you need any more information please let me know and I can provide. Thank you in advance.
The formula I am using is: =IF(ISNUMBER(MATCH(DAY(F2),J28:M28,0)),"Holiday","")
Basically what this is doing is, that if cells J28 to M28 contain a value, it matches it to the date in cell F2, and if it is a match, this cell will contain Holiday.
This seems to work fine, however when I try to link multiple cells in different rows for it to search, it comes up with an error saying, "you've entered too many arguments for this function"
This is what I tried using when the error comes up =IF(ISNUMBER(MATCH(DAY(F2),J28:M28,J31:M31,0)),"Holiday","")
If you need any more information please let me know and I can provide. Thank you in advance.