Hi there,
I'm looking to use an IF function to calculate values and keep getting an error that there are too many arguments. Basically I have a list with frequencies (Weekly, Monthly, Annually, Semi-Monthly, etc.) and need to calculate a yearly number based on that frequency. The problem is there are five or six frequencies. I have one formula that is working but only capturing 2 frequencies:
I need something that will encompass all frequencies in the formula.
Any help would be great!
I'm looking to use an IF function to calculate values and keep getting an error that there are too many arguments. Basically I have a list with frequencies (Weekly, Monthly, Annually, Semi-Monthly, etc.) and need to calculate a yearly number based on that frequency. The problem is there are five or six frequencies. I have one formula that is working but only capturing 2 frequencies:
Code:
=IF(C2="Monthly",(D2*12),(IF(C2="Weekly",((D2*4)*12))))
I need something that will encompass all frequencies in the formula.
Any help would be great!