re: Multiple If Statements

twildone

Board Regular
Joined
Jun 3, 2011
Messages
68
re: Multiple If Statements

Hi, I am trying to create a summary sheet where it reports the results from the most recent month. I have a worksheet for each month. I have tried to use the following formula and I get a response of FALSE. Not too sure if this is the best way but thought it might work...any suggestions...thanks

=IF('Mar Finance'!C4="",'Feb Finance'!C4,IF('Feb Finance'!C4="",'Jan Finance'!C4,IF('Jan Finance'!C4="",'Dec Finance'!C4,IF('Dec Finance'!C4="",'Nov Finance'!C4,""))))&IF('Nov Finance'!C4="",'Oct Finance'!C4,IF('Oct Finance'!C4="",'Sep Finance'!C4,IF('Sep Finance'!C4="",'Aug Finance'!C4,IF('Aug Finance'!C4="",'Jul Finance'!C4,""))))&IF('Jul Finance'!C4="",'Jun Finance'!C4,IF('Jun Finance'!C4="",'May Finance'!C4,IF('May Finance'!C4="",'Apr Finance'!C4,IF('Apr Finance'!C4="",""))))
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Re: Multiple If Statements

Whatever else you might try, this is not the most efficient way to do it!
If it was me I'd consider using =INDIRECT("'"& [calculate month here] &" Finance'!C4")
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,668
Members
448,977
Latest member
moonlight6

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