Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() hi Say i have the following data in 4 columns ColA, ColB, ColC, ColD ABC, 12, C, 1 ABC, 15, C, 3 ABC, 17, C, 2 ABC, 12, P, 1 ABC, 15, P, 3 ABC, 17, P, 4 CDE, 13, C, 5 CDE, 15, C, 3 CDE, 17, C, 2 I wanted to create an additional column and is the max of ColD grouping by ColA and ColC. with the resulting data ABC, 12, C, 1, 3 ABC, 15, C, 3, 3 ABC, 17, C, 2, 3 ABC, 12, P, 1, 4 ABC, 15, P, 3, 4 ABC, 17, P, 4, 4 CDE, 13, C, 5, 5 CDE, 15, C, 3, 5 CDE, 17, C, 2, 5 Can this be done ? thanks -- aljafp ------------------------------------------------------------------------ aljafp's Profile: http://www.excelforum.com/member.php...o&userid=27917 View this thread: http://www.excelforum.com/showthread...hreadid=474140 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spreadsheet Won't Calculate | Excel Discussion (Misc queries) | |||
help with sumif to calculate column | Excel Discussion (Misc queries) | |||
How can I calculate Vacation Time earned based on length of emplo. | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
Not able to calculate. | Excel Worksheet Functions |