Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello, I am working on an assignment and have problems with getting
the result I need using array formula. I have three columns: Vehicle Type (e.g. Car, Moped) - data in E5:E104; Vehicle Colour (e.g. Blue, Silver) - data in F5:F104; Residence (e.g. W1, EC4) - data in G5:G104. I want to create a formula to see how many Blue Cars were registered in W1? The formula I use is: =COUNT(IF($E$5:$E$104="Car",IF($F$5:$F $104="Blue",IF($G$5:$G$104="W1")))) and then to make it into an array formula press ctrl+shift and hit enter. Can anyone explain why I am not getting anything, it says error? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
array formula | Excel Discussion (Misc queries) | |||
Can this be done using an array formula ? | Excel Worksheet Functions | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions | |||
Help with array formula | Excel Worksheet Functions |