Thread
:
Use of IF with arrays
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Jarek Kujawa[_2_]
external usenet poster
Posts: 896
Use of IF with arrays
hope I follow you
to count the number of occurrences of "MAPPED TO:" in G6:G15 array
use:
=SUM(IF(G6:G15="MAPPED TO:",1,))
(array-enter it = CTRL+SHIFT+ENTER, instead of using ENTER only)
Reply With Quote
Jarek Kujawa[_2_]
View Public Profile
Find all posts by Jarek Kujawa[_2_]