Hello everyone.
I just a have a general question about using the IF function to display matching names.
My spreadsheet looks like this
<tbody>
</tbody>
I just a have a general question about using the IF function to display matching names.
My spreadsheet looks like this
edcoronado | edcoronado123 |
joel | joelsmith |
don schmit | donschimt4523 |
dansmith | dan jones |
The above is in the A and B cells respectively. What I want to know is what would be the proper syntax formula I would use if I wanted to match and display the names that are similar to each other? What I am trying to create and accomplish is a formula using the IF function where if the name in A1 is similar or the exact name in B1,( as well as A2 and B2 respectively) I want the function to grab the text that is similar and display it in column D. I think I can use the IF function but I am not sure. Any help would be greatly appreciated. THE FORMULA I AM TRYING TO USE IS =IF(A1=B1, " ", "9999" Where if the letters are similar I want the text that is similar to be displayed and if it is not, I want 9999 to appear. Again any help would be greatly appreciated. |
<tbody>
</tbody>
Last edited: