I have a list of hundreds (thousands) of rows of data, most of which have one duration per unique identifier, but on occasion, there are multiple durations (usually never more than 6) for the same identifier. I need a formula which will compare the identifier on Sheet A to the identifiers on Sheet B and either:
- If only one value exists, copy that value to Sheet A's matching duration cell.
- If multiple duration values exist, copy the summation of those to Sheet A's matching duration cell.
Sheet A which the summation of durations will be input:
Sheet B where the RAW data exists and one duration needs to be put into Sheet A
Example: 20240301_N12 on sheet A would be 5.4 (4.8667 + 0.5333)
What formula can help this?