Shorten formulas

VBABEGINER

Well-known Member
Joined
Jun 15, 2011
Messages
1,284
Office Version
  1. 365
Platform
  1. Windows
Dear All,

Pls help me re-design / minimize this formula, if any possibility..

This is one..
=IFERROR(IF((((IFERROR(Z11-Y11,0))+(IFERROR(AA11-Z11,0))+(IFERROR(AB11-AA11,0))+(IFERROR(AC11-AB11,0))+(IFERROR(AD11-AC11,0)))/5)/(AVERAGEIF(Y11:AD11,"<>#N/A"))>0.1, "Up",IF((((IFERROR(Z11-Y11,0))+(IFERROR(AA11-Z11,0))+(IFERROR(AB11-AA11,0))+(IFERROR(AC11-AB11,0))+(IFERROR(AD11-AC11,0)))/5)/(AVERAGEIF(Y11:AD11,"<>#N/A"))<-0.1, "Down","Stable")),"")


This is second..
=IFERROR(IF(AD11=0,"Below Control",IF(AD11>(AVERAGE(IF(NOT(ISNA(W11:AC11)),W11:AC11,"")))+(2*STDEV.P(IF(NOT(ISNA(W11:AC11)),W11:AC11,""))),"Over Control",IF(AD11<(AVERAGE(IF(NOT(ISNA(W11:AC11)),W11:AC11,"")))-(2*STDEV.P(IF(NOT(ISNA(W11:AC11)),W11:AC11,""))),"Below Control","Within Control"))),"")

And, last one..
=IFERROR(IF(N11=0," 0 Flag",IF((N11/((M11+L11)/2)-1)>0.125,"+ Flag",IF((N11/((M11+L11)/2)-1)<-0.125,"- Flag",""))),"")


Additionally, appreciate you all in advance, if you can suggest me how to down / reduce excel workbook size...methods..

Please suggest, that will be great help..

Thanks..:cool:
 

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
Any help on this please..:(


Dear All,

Pls help me re-design / minimize this formula, if any possibility..

This is one..



This is second..


And, last one..



Additionally, appreciate you all in advance, if you can suggest me how to down / reduce excel workbook size...methods..

Please suggest, that will be great help..

Thanks..:cool:
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,316
Members
452,634
Latest member
cpostell

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