Hello
In column A I have sales figures. The range is named 'sales'. In column 2 I have postcodes. The range is named 'post'. I am trying to find a formula which will add all the sales which have a post code of BT5 or BT6 or BT7. I thought it was an array formula but I cant get it to work. The formula tried was:
SUM((sales)*(OR(postcode="bt5",postcode="bt6",postcode="bt7")))
I have the curly brackets entered threough 'control-shift-enter'. Is the OR a problem or brackets or should I be using a different formula?
In column A I have sales figures. The range is named 'sales'. In column 2 I have postcodes. The range is named 'post'. I am trying to find a formula which will add all the sales which have a post code of BT5 or BT6 or BT7. I thought it was an array formula but I cant get it to work. The formula tried was:
SUM((sales)*(OR(postcode="bt5",postcode="bt6",postcode="bt7")))
I have the curly brackets entered threough 'control-shift-enter'. Is the OR a problem or brackets or should I be using a different formula?