I have a set of data in which I need to find a value as defined by two others.
Sheet Two
B C D E G
ID Name Postcode Hours Max Days Overdue Longest
123456 John Smith BB3 1BC 1900-0700 8 Removal
I need to find a value on another sheet that matches the ID number and the Max Days Overdue and produces the task type that is the longest overdue. The data on the second sheet are the unique values sorted from the first eg
Sheet One
B C D E F G
ID Name Task Hours Days Overdue
123456 John Smith Violation 1900-0700 4
123456 John Smith Removal 1900-0700 8
I would like to have a formula that puts Removal into another column on sheet two.
It seems pretty straight forward but I'm stumped. I can't use VBA to do it and I'm working in Excel 2003.
Sheet Two
B C D E G
ID Name Postcode Hours Max Days Overdue Longest
123456 John Smith BB3 1BC 1900-0700 8 Removal
I need to find a value on another sheet that matches the ID number and the Max Days Overdue and produces the task type that is the longest overdue. The data on the second sheet are the unique values sorted from the first eg
Sheet One
B C D E F G
ID Name Task Hours Days Overdue
123456 John Smith Violation 1900-0700 4
123456 John Smith Removal 1900-0700 8
I would like to have a formula that puts Removal into another column on sheet two.
It seems pretty straight forward but I'm stumped. I can't use VBA to do it and I'm working in Excel 2003.