I have a file in which I have a “created date” and a “request type” and a “due date” columns.
In the “due date” column I made this formula
=IF(OR(B2="PASSPORT LOST REPLACEMENT",B2="NATIONAL MDIFICATION"),A2+34,
The formula will add 34 days then print the result in cell c, but when I put the “=” before the ” IF ” I get this error message:
you have entered so many arguments for this function
Assuming the order of conditions is OK, you had one bracket misplaced – the last in this piece:
So the corrected result is: