15th May 2012, 06:37 PM
|
Suspended
|
|
Join Date: Jan 1970
Location: Melbourne
Posts: 5,359
|
|
Quote:
Originally Posted by moeee
What I need is something like =If(D>(Count(D1 : D8)-3),"","*") or maybe =If(D>(Count(C1:C8)-3),"","*")
|
Okay everyone
I'm good.
=IF(D1>(COUNT(D$1 : D$8)-3),"*","")
|