davids4500
Board Regular
- Joined
- Jan 14, 2023
- Messages
- 56
- Office Version
- 365
- Platform
- Windows
The formula i am using is:- =IF(MONTH(C4)=1,Superannuation[SUM],"",IF(MONTH(C4)=4,Superannuation[SUM],"", IF(MONTH(C4)=7,Superannuation[SUM],"",IF(MONTH(C4)=10,Superannuation[SUM],""))).
when I use the formula =IF(MONTH(C4)=1,Superannuation[SUM],"") it has a correct result. When i add to it as above, it comes back with (You have entered too many arguments with this function).
C4 is the month in mmmm-yyyy format. So i only want the result posted if it corresponds to the 1st month, 4th month, 7th month or 10th month.
Looking forward to your help
Much appreciated
David
when I use the formula =IF(MONTH(C4)=1,Superannuation[SUM],"") it has a correct result. When i add to it as above, it comes back with (You have entered too many arguments with this function).
C4 is the month in mmmm-yyyy format. So i only want the result posted if it corresponds to the 1st month, 4th month, 7th month or 10th month.
Looking forward to your help
Much appreciated
David