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

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
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,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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