Have a table with 4 columns, Need a macro to combine some filtered cell with corresponding cell values are appended with combined values.
From
A B C D
111 Meeting 5.711% 12-May-13
222 Testing 3.711% 12-May-13
222 Meeting 4.711% 14-May-13
111 Testing 8.711% 17-May-13
To:
A B C D
Meeting 111[5.7%];222[4.7] 12-may-13 14-may-13
Testing 111[8.71];2223.71[] 12-May-13 17-May-13
Means If Value in column A appears more then once for a B value, then the appended value should be average of that C value.Image added: https://docs.google.com/file/d/0B7BtqzryKzJQRUUtNjVpal9Ib2s/edit?usp=sharing
From
A B C D
111 Meeting 5.711% 12-May-13
222 Testing 3.711% 12-May-13
222 Meeting 4.711% 14-May-13
111 Testing 8.711% 17-May-13
To:
A B C D
Meeting 111[5.7%];222[4.7] 12-may-13 14-may-13
Testing 111[8.71];2223.71[] 12-May-13 17-May-13
Means If Value in column A appears more then once for a B value, then the appended value should be average of that C value.Image added: https://docs.google.com/file/d/0B7BtqzryKzJQRUUtNjVpal9Ib2s/edit?usp=sharing