Formulas

F

Formula1

Is there a formula to copy data from ex. column D, based on the info in Col C?
 
D

DILipandey

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.)
[email protected]
[email protected]
New Delhi, India
 
M

MFS

Sorry No2
You can try this, if C1 bigger than 1,000 copy D1, if not put 0
=IF(C2>1000;D2;0)
 
Top