You could try a formula like this :
Formula:
=SUMPRODUCT(--(B4:B103+(B4:B103*E2)<=C4:C103))/COUNTA(A4:A103)
where A4:A104 is the investor,B4:B103 is initial investment, C4:C103 is the current holdings, And E2 is the percentage growth to look for
(note this will calculate for that value or greater)
See attached
the yellow section in column d shows the % change, is used for the check and may be safely deleted
the red section (E4:E103, I2:I3) is used as a check for the formula above and is not used by the formula at all, so may be safely deleted, or you may prefer either of the check methods
in the C column I randomly assigned a 1%-10% growth or loss
Hope this helps
Bookmarks