is text and cannot be changed to a number

robsonKun

New Member
Joined
Oct 19, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. Web
Hello,

In the first cell, everything goes in, and in the second cell, I get an error.


"Parameter 1 of the MINUS function parameter requires a number." 0.352777 "is text and cannot be changed to a number.
I have tried to change regional setting for GB, next for US but that wasn't working. Im from Poland.

I import data. C2 is =IMPORTDATA("https://cryptoprices.cc/BTC/")
D2 is working I mean =(C2-B2)/B2

But next cell not idk why

I think it's something related to a period / comma in a number. How to get it to calculate correctly.

please help

Thx
smile.gif


excell 1.png
excell 2.png
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You could try
Excel Formula:
=(SUBSTITUTE(C3,".",",")-B3)/B3

Note that you will need to translate SUBSTITUTE to the equivalent in your own language. You may also need to change the first 2 commas (not the 3rd) to semicolons.
 
Upvote 0
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: "is text and cannot be changed to a number."
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Multiply by 1
That will not work because the content of C3 is not a valid as a number with the OP's regional settings. If it was then their existing formula would have worked correctly.
 
Upvote 0

Forum statistics

Threads
1,223,377
Messages
6,171,743
Members
452,419
Latest member
mapa

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top