problemi con le funzioni Numbers (sostituire i valori con un punto in virgola)

Ciao a tutti, sto condividendo il mio problema qui perché nessuno può aiutarmi.

Uso Numbers esclusivamente per scopi scientifici per studiare i dati ** temperatura e umidità raccolti da alcuni sensori posizionati in montagna, per il fenomeno dell'inversione termica. I dati che scarico sono rappresentati dal punto (esempio -23.1 ̊C) ma le formule Numbers funzionano solo quando il valore è rappresentato dalla virgola (esempio -23.1 ̊C). Quindi inizialmente ho usato la funzione "trova e sostituisci" ma da molto tempo non posso più usarla perché non mi permette ** fare clic (come vedi nella foto)


So I thought of automating this process through formulas through formulas in column C, because that's where I paste the values ​​from the sensor software, to avoid this problem, and also it would be much more convenient and faster for me. However, I haven't found any formulas that work for me, so if there is anyone who could help me I would be grateful. I hope I was clear; Have you all a nice day!

Posted on Jan 9, 2024 11:05 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 10, 2024 7:15 AM

You can insert a new column with the formula given below to convert the decimal "." to a "," and convert it from text into an actual number.


=SUBSTITUTE(C;".";",")*1

Similar questions

8 replies

Jan 10, 2024 6:20 AM in response to Yuri2302

Not sure if I've followed exactly what your are saying but I'm guessing you are obtaining sensor data that is formatted as -23.1 whereas in your region the decimal separator is a comma so you need -23,1 so Numbers can recognize it as a Number.


If so, then you can temporary change your document to a region that uses the period as a decimal separate, then import or paste the sensor data, then switch back to your "home" region. To switch regions just go to File > Advanced > Language and Region ...


You may need to change the language in the second dropdown before you can change the region in the first dropdown.


SG

Jan 10, 2024 7:09 AM in response to Yuri2302

Yuri2302 wrote:

(For the record, "search and replace" is now gone😡)


Other members of this forum have reported a problem with search and replace.


I don't have that problem here, but other users report it has been fixed. You should go to System Settings > General > Software Update and make sure you have updated to macOS Sonoma 14.2.1 or later and are running Numbers 13.2


SG


Jan 10, 2024 6:49 AM in response to SGIII

Hi, thanks for the reply. I tried changing "language and region" in the settings, in particular in the "number format" section and I chose the one with the dot; In fact I think this could be a good option, so thanks. (For the record, "search and replace" is now gone😡). Instead, going back to the formulas, I tried the "replace" formula on Excel and I finally succeeded in my aim, but still not on Numbers because this formula is made up differently than the same one on Excel.


I would like the numbers (with the dot) that I paste in column C, to be automatically replaced by the comma. I await your help, thank you

Jan 10, 2024 9:27 AM in response to Badunit

Ho provato questa soluzione, poiché prediligo l'uso delle formule all'interno del file già ricco ** formule. L'inserimento della formula da te suggerita è andata a buon fine, però nel momento in cui scrivo un numero per provare, automaticamente me lo cambia in numero intero e non capisco perché. (non deve assolutamente succedere questo).


Nella prima foto si vede il corretto inserimento della formula e pare che sia tutto ok; nella seconda foto avevo scritto il valore "-3.65" per fare un test ed automaticamente, sia sulla colonna C, sia all'interno della tabella (colonna F) me lo trascrive in "-365". Come posso fare per far sì che il valore diventi "-3,65" e non "-365" o addirittura che rimanga "-3.65"?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

problemi con le funzioni Numbers (sostituire i valori con un punto in virgola)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.