A
AS
Hi,
I am trying to copy Heading and rows to new worksheet for each employee id
in new worksheet with worksheet name to be apper with employeeid.
Example:
Employee ID Employee Name Amount
9100 John 15.00
9100 John 25.99
9200 Marc 14.99
Needs to create 2 worksheet based on above example, with information to be
copied to new wokrsheet for that employee only. Also in new worksheet need to
add column to count the number of record.
Employee ID Employee Name Amount Count
9100 John 15.00 2
9100 John 25.99 2
sheet(9100)
Employee ID Employee Name Amount Count
9200 Marc 14.99 1
sheet(9200)
Yours help will be appreciated.
Thanks
I am trying to copy Heading and rows to new worksheet for each employee id
in new worksheet with worksheet name to be apper with employeeid.
Example:
Employee ID Employee Name Amount
9100 John 15.00
9100 John 25.99
9200 Marc 14.99
Needs to create 2 worksheet based on above example, with information to be
copied to new wokrsheet for that employee only. Also in new worksheet need to
add column to count the number of record.
Employee ID Employee Name Amount Count
9100 John 15.00 2
9100 John 25.99 2
sheet(9100)
Employee ID Employee Name Amount Count
9200 Marc 14.99 1
sheet(9200)
Yours help will be appreciated.
Thanks