"You've entered too many arguments for this function." Nesting IF statements

IZABELLABEAN

New Member
Joined
Oct 14, 2014
Messages
1
I am BRAND NEW to the forum so any help is very much desired. I am trying to figure out what I did wrong on the following equation:

=IF(Refi!$C$2>Proforma!L3, SUMIF('1st Mort'!$B$17:$B$256,Proforma!L3,'1st Mort'!$E$17:$E$256)+SUMIF('1st Mort'!$B$17:$B$256,Proforma!L3,'1st Mort'!$F$17:$F$256),+SUMIF('2nd Mort'!$B$18:$B$257,Proforma!L3,'2nd Mort'!$E$18:$E$257),+
SUMIF('2nd Mort'!$B$18:$B$257,Proforma!L3,'2nd Mort'!$F$18:$F$258),+SUMIF(Refi!$B$19:$B$174,Proforma!L3,Refi!$D$19:$D$174),+
SUMIF(Refi!$B$19:$B$174,Proforma!L3,Refi!$E$19:$E$174))

I have three amortization tables I'm trying to pull from on three separate worksheets.

Thank you!
 
welcome to the forum.

It looks like you were doing some copy/paste in your formulas. There are a lot of places where there is a comma before a Plus. ,+ Take a look at those and see which things should be added together and where the false condition starts.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top