M

Nouveau venu

Inscrit le :12/08/2026
Dernière activité :Hier à 12:49
Version d'Excel :Excel 365, 2024
Messages
3
Votes
0
Fichiers
0
Téléchargements
0
SujetsMessagesStatistiquesVotes reçus

Messages postés par Mohsin456

DateAuteur du sujetSujetExtrait du message
Hier à 11:40Mohsin456How to automate data import from field service reports into Excel?We're a services company doing work in Iraq. Field teams send us daily reports with service data – things like nitrogen pressure readings, chemical volumes, job completion status. Right now I'm manually copying this data from PDFs and emails into Excel. Takes hours every week. I'm looking for a way...
Hier à 08:45Mohsin456Best way to connect biometric attendance device to Google Sheets?So we got this biometric attendance device at work. Vertex-HCM. Works really well actually - fingerprint scan is fast, employees like it, no more buddy punching. Only problem is it exports data as an Excel file. Then I have to manually copy-paste into Google Sheets. 50 employees, daily work, takes f...
Hier à 08:03Krispy Corps d'email affichant le résultat d'une formule matricielleAh yes, now I understand the problem better. I also tended to think it getValue() would retrieve the entire range generated by the formula, but apparently it only takes the starting cell. This getDataRegion(...).getDisplayValues().join("\n") is quite nice. It allows you to retrieve all the data gene...