Is there a formula to copy data from ex. column D, based on the info in Col C?
F Formula1 Mar 9, 2009 #1 Is there a formula to copy data from ex. column D, based on the info in Col C?
D DILipandey Mar 9, 2009 #2 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
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 Mar 9, 2009 #3 You can try this, if D1 bigger then 1,000 copy C1, if not put 0 =IF(D2>1000;C2;0)
M MFS Mar 9, 2009 #5 Sorry No2 You can try this, if C1 bigger than 1,000 copy D1, if not put 0 =IF(C2>1000;D2;0)