Replace characters at a specific position using REPLACE.
Mask the first 5 characters of credit card numbers with asterisks for privacy. Display the masked numbers in column B.
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | |
|---|---|---|
| 1 | ID | Redacted ID |
| 2 | 123456789 | |
| 3 | 987654321 | |
| 4 | 555551212 |
REPLACE replaces a specified number of characters in a text string, starting at a specified position, with new text.