Hey guys,
I need from the following table:
| Number | Letter | Type | | |
| 1 | A | Letter | | |
| 2 | B | Mail | | |
the following output
| Number | Letter | Type | ID (combo of Number and Letter) | Letter existent (Yes, then show "Letter") |
| 1 | A | Letter | 1A | Letter |
| 2 | B | Mail | 2B | |
So i need for "ID" a similar CONCATENATE formula like in Excel and an IF formula that says If [Type] shows "Letter" then show "Letter" in a new column. Does this make sense?
I also want to automatically send the output to my colleagues as an email in a suitable format. Could you also advise how this works? 🙂
Thank you in advance.
Cheers
Julian