kuldeepjainesl
Member
Hi Experts,
My another nightmare:
I have one row for each transaction. For example for 2000 customers I have may have 100,000 rows. I need to get all the rows corresponding to a customer name rather I should say (alphanumeric string)between specific dates.
Example Data set
[pre]
[/pre]
I need, when I put a "Name" in a predefine cell, all the row matching with name should be copy to another worksheet which can be used further. Needless to say that I will give the date input as well in predefined cells.
With above requirement I may need to check two condition (Name & Customer code) along with dates.
Regards,
Kuldeep
My another nightmare:
I have one row for each transaction. For example for 2000 customers I have may have 100,000 rows. I need to get all the rows corresponding to a customer name rather I should say (alphanumeric string)between specific dates.
Example Data set
[pre]
Code:
--------"A"------------------~~~~~~~~~~~~~~~~~~-----"E"-----~~~~~~~~----"G:AZ"----
U.P. JAL VIDYUT NIGAM LIMITED---------------------25/5/2006---------other details
Western Power Distribution------------------------25/9/2007---------other details
TRIPURA STATE ELECTRICITY CORPORATION LIMITED-----4/8/2006----------other details
Scottish Power plc--------------------------------12/8/2009---------other details
Sensus USA----------------------------------------1/12/2010---------other details
Siemens AG----------------------------------------5/8/2011----------other details
SPECTRUM ENGINEERING CONSORTIUM LIMITED-----------9/6/2010----------other details
SSE plc-------------------------------------------6/2/2008----------other details
Swiss Electric Representation Ltd-----------------29/2/2012---------other details
I need, when I put a "Name" in a predefine cell, all the row matching with name should be copy to another worksheet which can be used further. Needless to say that I will give the date input as well in predefined cells.
With above requirement I may need to check two condition (Name & Customer code) along with dates.
Regards,
Kuldeep