Easy Question? IFTHEN

rthompson55125

New Member
Joined
Jan 7, 2015
Messages
13
Hello, I have the following formula below that sums finances by month. If the SUMRANGE (E:E) = zero, I'd like it to refer to cell E10 (alternative data). Could someone help me insert an IF E:E is zero, then E10? If the there is a number in E:E play out the formula.

THANK YOU!



=SUMIFS('Material Actuals'!E:E,'Material Actuals'!$B:$B,IF('Manager''s Dashboard'!$L$2="All","<>",'Manager''s Dashboard'!$L$2),'Material Actuals'!$C:$C,'Manager''s Dashboard'!$L$4)
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Try

=IF(SUM('Material Actuals'!E:E)=0,'Material Actuals'!E10,SUMIFS('Material Actuals'!E:E,'Material Actuals'!$B:$B,IF('Manager''s Dashboard'!$L$2="All","<>",'Manager''s Dashboard'!$L$2),'Material Actuals'!$C:$C,'Manager''s Dashboard'!$L$4))
 
Upvote 0
Try

=IF(SUM('Material Actuals'!E:E)=0,'Material Actuals'!E10,SUMIFS('Material Actuals'!E:E,'Material Actuals'!$B:$B,IF('Manager''s Dashboard'!$L$2="All","<>",'Manager''s Dashboard'!$L$2),'Material Actuals'!$C:$C,'Manager''s Dashboard'!$L$4))

Perfect! Thank you for taking the time to help!
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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