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.)
(e-mail address removed)
(e-mail address removed)
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top