I was wondering if someone has a formula for MS Excel (not in VBA since I'm not good at it) to be able to help with the following:
I'm trying to compare the "text contents" from the cells in column B to the "text contents" from the cells in column A, and place in column C the difference of WHAT IS in the cells in Column B that IS NOT in column A. Basically, I would like to show in Cell "C1", what is in Cell "B1" that IS NOT in Cell "A1".
I hope the scenarios below illustrate what I'm trying to do and the results that I'm trying to achieve.
Scenarios
Cell A1: H-017, H-030, H-059
Cell B1: H-017, H-029, H-058, H-059
Cell C1: H-029, H-058 --> desired results
Another possible scenario:
Cell A1: H-098
Cell B1: H-091, H-097
Cell C1: H-091, H-097 --> desired results
Another possible scenario:
Cell A1: "empty"
Cell B1: H-010, H-028, H-029
Cell C1: H-010, H-028, H-029 --> desired results
Another possible scenario:
Cell A1: H-010, H-028, H-029
Cell B1: "empty cell"
Cell C1: "empty cell" --> desired results
Thanks GPB
I'm trying to compare the "text contents" from the cells in column B to the "text contents" from the cells in column A, and place in column C the difference of WHAT IS in the cells in Column B that IS NOT in column A. Basically, I would like to show in Cell "C1", what is in Cell "B1" that IS NOT in Cell "A1".
I hope the scenarios below illustrate what I'm trying to do and the results that I'm trying to achieve.
Scenarios
Cell A1: H-017, H-030, H-059
Cell B1: H-017, H-029, H-058, H-059
Cell C1: H-029, H-058 --> desired results
Another possible scenario:
Cell A1: H-098
Cell B1: H-091, H-097
Cell C1: H-091, H-097 --> desired results
Another possible scenario:
Cell A1: "empty"
Cell B1: H-010, H-028, H-029
Cell C1: H-010, H-028, H-029 --> desired results
Another possible scenario:
Cell A1: H-010, H-028, H-029
Cell B1: "empty cell"
Cell C1: "empty cell" --> desired results
Thanks GPB