Thread
:
Creating a Flag based on cell value
View Single Post
#
2
Posted to microsoft.public.excel.programming
Brian Taylor
external usenet poster
Posts: 52
Creating a Flag based on cell value
You shouldn't need a UDF for that. Try this formula and drag down:
=IF(MOD(SUM(($A$5:A5="Key")*1),2)=1,"Yes","No")
It is an array formula so be sure to use ctrl shift enter.
Reply With Quote
Brian Taylor
View Public Profile
Find all posts by Brian Taylor