hi, thanks for responding, this is an old problem couldn't get many months
ago..
dates used couple of ways in this sheet (detail is from many hours work, not
super-expert, please have patience). not sure what is too much info / how to
setup formula.
I have found dates hard to figure out. where that item is example of what
using, must see what "Looking For" below, thanks
T9 used to hand enter a expiration date in the form of :yymmdd (for a
verified date), and ;yymmdd for non-verified. full formula is (for colon /
semi-colon)
=IF(OR(CU9={"",0}),"",IF(OR(BJ9="br",AND(LEN(R9)>=5,MID(R9,5,1)="q")),"br",IF(LEFT(T9,2)=":c","c",IF(AND(CU9<1,OR(LEFT(T9,1)={":",";"}),ISNUMBER(ABS(MID(T9,2,6))))
IF(TODAY()>DATE(MID(T9,2,2)+100,MID(T9,4,2),MID(T9,6,2)-(10+1)),"d",IF(LEFT(T9,1)=";","-",IF(RIGHT(CQ9,1)="x","z",""))),IF(RIGHT(CQ9,1)="x","z",IF(CU9<1,"?",""))))))
LOOKING FOR: separate volume consideration, have previous days volume & get
skewed: "not enough" volume if not comparing to end-of day again. resources
is a major concern /size of file,
- need a formula smallest possible to divide portions of day I select,
e.g.: from 9:30 am to 4pm.. or sectionally less than whole hours: 10, 11,
12, 1, 2, 3, 4;
- if helps, since I download figures, maybe one fixed / absolute cell for
time data downloaded, & all cells in a column reference that cell, would lend
to using only rough times as above. 10, 11...
Formula using currently for volume valid (0), is
=IF(CU9="","",IF(CK9="",1,IF(OR(F9="x",AND($CK$4=0,CK9>$C$7),AND($C$1=0,COUNTIF($CJ9:$CL9,">="&$C$7)>=$CK$4),AND($BB$4="x",CL9>$C$8,IF(CB9="",FALSE,CB9>$CT$4))),0,1)))
Last Volume is in column CK, previous close to left: CJ, 3Mo average to
right: CL
$CK$4 enters a 1 (1-3) for minimum circumstances met.
CB is a total volume available, CC is a estimated volume available using
~.3 / 30%
If get started with something here, will guesse looking for something that
divides specified hours of a day by ~6 or 7 (10am to 4pm). thanks.
------------------------------