Hi there,
I am struggling with an Excel Formula:
On one column I have the hotel contract status: Signed, cxl, in nego.
On the other column I have the location of the hotel: City Center, Airport,
Far away.
I want to calculate how many contract signed are in the city center, and I
have tried sumif, countif, but can't seem to get the proper result...
Help!!!
Mike H - 09 May 2008 09:33 GMT
Hi,
Try this
=SUMPRODUCT((A1:A20="Signed")*(B1:B20="City Center"))
Mike
> Hi there,
>
[quoted text clipped - 8 lines]
>
> Help!!!
Sophie D. - 09 May 2008 09:45 GMT
AWSOME!!!
Mike you just saved the day!!!
Thanks soo much!!!
Mike H - 09 May 2008 09:50 GMT
Your welcome and thanks for the feedback
Mike
> AWSOME!!!
>
> Mike you just saved the day!!!
>
> Thanks soo much!!!