Thread
:
Match
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
smartin
external usenet poster
Posts: 915
Match
Zhead wrote:
In coloumn A some cells contain "Y" coloumn F also has cells that contain a
"Y" i would like to know how to sum which same rows in A and F contain "Y"
Try:
=SUMPRODUCT(--(A:A="Y"),--(F:F="Y"))
Reply With Quote
smartin
View Public Profile
Find all posts by smartin