Thread
:
Formula Help - Logic Dependent on Other Columns
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ron Coderre[_5_]
external usenet poster
Posts: 91
Formula Help - Logic Dependent on Other Columns
Try putting this formula in G2:
=IF($F2=G$1,$E2/COUNTIF($B2:$D2,"X"),"")
Then copy it throughout the yellow range (G2:J10)
Does that do what you want?
--
Regards,
Ron
Reply With Quote
Ron Coderre[_5_]
View Public Profile
Find all posts by Ron Coderre[_5_]