J
j5b9721
In CF I have this string, but its format to long to copy down the page. Is
there a way I can shorten this statement?
=IF(CE7="","",AND(OR(EC6<=-5%,SUM(DX6,EC6)<=-5%,SUM(DW6X6,EC6)<=-5%,SUM(DV6X6,EC6)<=-5%),OR(MAX(DT6W6)>4.5%,MAX(DP6,DY6,EH6)>-3.5%),AND(EC6<1%,OR(EC6<-5%,SUM(DX6)<=-5%,SUM(DX6,EC6)<=-5%,SUM(DW6X6,EC6)<=-5%))))
When copied down the page (at line 100) it changed to this...
=EC101="" ""
OR(EC100<=-5%,SUM(DX100,EC100)<=-5%,SUM(DW100X100,EC100)<=-5%,SUM(DV100X100,EC100)<=-5%)
=IF(CE7="","", (command is needed... as it activates early)
AND(OR(
EC6<=-5%,
SUM(DX6,EC6)<=-5%,
SUM(DW6X6,EC6)<=-5%,
SUM(DV6X6,EC6)<=-5%), (one must be true)
OR(MAX(DT6W6)>4.5%,MAX(DP6,DY6,EH6)>-3.5%), (must be true)
AND(EC6<1%, (must be true)
OR(EC6<-5%,
SUM(DX6)<=-5%,
SUM(DX6,EC6)<=-5%,
SUM(DW6X6,EC6)<=-5%)))) (one must be true)
there a way I can shorten this statement?
=IF(CE7="","",AND(OR(EC6<=-5%,SUM(DX6,EC6)<=-5%,SUM(DW6X6,EC6)<=-5%,SUM(DV6X6,EC6)<=-5%),OR(MAX(DT6W6)>4.5%,MAX(DP6,DY6,EH6)>-3.5%),AND(EC6<1%,OR(EC6<-5%,SUM(DX6)<=-5%,SUM(DX6,EC6)<=-5%,SUM(DW6X6,EC6)<=-5%))))
When copied down the page (at line 100) it changed to this...
=EC101="" ""
OR(EC100<=-5%,SUM(DX100,EC100)<=-5%,SUM(DW100X100,EC100)<=-5%,SUM(DV100X100,EC100)<=-5%)
=IF(CE7="","", (command is needed... as it activates early)
AND(OR(
EC6<=-5%,
SUM(DX6,EC6)<=-5%,
SUM(DW6X6,EC6)<=-5%,
SUM(DV6X6,EC6)<=-5%), (one must be true)
OR(MAX(DT6W6)>4.5%,MAX(DP6,DY6,EH6)>-3.5%), (must be true)
AND(EC6<1%, (must be true)
OR(EC6<-5%,
SUM(DX6)<=-5%,
SUM(DX6,EC6)<=-5%,
SUM(DW6X6,EC6)<=-5%)))) (one must be true)