Formulas

  • Thread starter Thread starter Formula1
  • Start date Start date
Hi,

You can use Data->Filter->Advanced Filter for this. In the reference
section, you just have to give the referenc of col C. After applying the
advanced filter, the data is filterd out and now you can copy them.

Thanks
--
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)
(e-mail address removed)
(e-mail address removed)
New Delhi, India
 
Sorry No2
You can try this, if C1 bigger than 1,000 copy D1, if not put 0
=IF(C2>1000;D2;0)
 
Back
Top