I'm trying to calculate deadlines for various publications using the following formula:
=IF(B2="Mag",C2-21,IF(B2="Tab",C2-5),IF(B2="Broad",C2-5),IF(B2="ROP,C2-2))
Where B2 signifies the type of publication. However, when I try to use the formula, Excel tells me that I have entered "too many arguments for this function"
Any help would be much appreciated!
Bookmarks