- When receiving a new answer on a form, I would like to extract all dollar amounts from the multiple choice question. Then I want to sum those amounts and save the total it in a column of a sharepoint list
Specifically:
Question #16, multiple selection, asks to select books and each one includes its cost.
The resulting string for that question is as follows:
Savia Sociales 2 (Precio: $66.95);Savia Sociales-Cuaderno 2 (Precio: $29.95);Savia Ciencias 2 (Inglés) (Precio: $66.95);Con Buena Letra 2 (Precio: $21.60);Mi Primer Libro de TeorÃa y Solfeo Vol. 1 ($33.44);
I want to extract all prices $ and save the sum of all in a sharepoint item.
How can I do this?