Ally
Registered User.
- Local time
- Today, 00:05
- Joined
- Sep 18, 2001
- Messages
- 617
Hi
I have a column in Excel where I would like to sum up those with the values of "No Scan Date" and "No Arrival Date".
The column would look like this (but a lot longer)!:
I've tried a variety of versions of array formulas but am getting nowhere a couple of which are:
These both give me a result of 0 when it should actually be 4 (3 "No scan date" and 1 "No Arrival Date")
Is anyone able to tell me where I'm going wrong please?!
Thanks - Ally
I have a column in Excel where I would like to sum up those with the values of "No Scan Date" and "No Arrival Date".
The column would look like this (but a lot longer)!:
Code:
[B]Time from Arrival to Scan (minutes)[/B]
170
266
No Scan Date
15
1213
No Scan Date
945
1135
32
55
No Arrival Date
731
No Scan Date
I've tried a variety of versions of array formulas but am getting nowhere a couple of which are:
Code:
{=SUM(IF('Mar 10'!AD5:AD65536="No Scan Date",IF('Mar 10'!AD5:AD65536="No Arrival Date",1,0),0))}
and
{=SUM(('Mar 10'!AD5:AD72="No Scan Date")*('Mar 10'!AD5:AD72="No Arrival Date"))}
These both give me a result of 0 when it should actually be 4 (3 "No scan date" and 1 "No Arrival Date")
Is anyone able to tell me where I'm going wrong please?!
Thanks - Ally
Last edited: