Hello everybody,
I have a list of multiple client names mixed latin letters and cyrillic letters. In the first column I have the client name, in the second columns I have the amounts.
I'm trying to calculate the sum of amounts only for cyrillic named clients.
Any good idea is highly appreciated.
I have a list of multiple client names mixed latin letters and cyrillic letters. In the first column I have the client name, in the second columns I have the amounts.
I'm trying to calculate the sum of amounts only for cyrillic named clients.
Any good idea is highly appreciated.
Client | Amount | Comment |
Клиент 1 | 100 | Cyrillic name |
Клиент 2 | 150 | Cyrillic name |
Клиент 3 | 200 | Cyrillic name |
Client 4 | 100 | Latin Name |
Client 5 | 300 | Latin Name |
Total | ??? |