Hello Skip
Thanks for the help, when i try it on my sheet i get a value of 1565 , when I am expecting a value of 62, which I get by using static ranges.
=SUM(IF((Support!$B$1:$B$1501<=G87)*(Support!$P$1:$P$1501="")+IF(Support!$P$1:$P$1501>G87,Support!$B$1:$B$1501<=G87),1,0))...
Hello
I have defined a dynamic range called opening date
=OFFSET(Support!$B$1,0,0,COUNTA(Support!$B:$B),1)
I have also defined a static named range called testopening_date
=Support!$B1:B1501
I am then using the following function which works...
Skip,
Great thanks for the help and prompt reply, what service and the fix works perfect. I have tried everything today, I think it was a case of not seeing the wood for the trees.
I have 2 columns column A when a ticket was opened and column b, when a ticket was closed.
what I would like to get is a total of tickets the were open between two date ranges for this example 01/02/2005 to 28/02/2005
They would need to have been opened before 28/01/2005 and not closed between...
I have 2 columns column A when a ticket was opened and column b, when a ticket was closed.
what I would like to get is a total of tickets the were open between two date ranges for this example 01/02/2005 to 28/02/2005
They would need to have been opened before 28/01/2005 and not closed between...
Hello CaKiwi
Your reply is just what I was looking for. Thanks for you help. One last question if you don't mind.
I have tried to do the folowing
nawk -v st=if -v ed=fi -f 7.awk xaa (from the command line)
but can't get that to work, does the awk syntax behave differently when you use...
Hello
I have a input file called xaa, i want to extract the lines between if & fi including if & fi from the input file and assign each group of lines that match that search pattern to an array or variable.
The idea is so I can search a group of scripts and find all the instances of if & fi...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.