LIVE data from website - symbols

AxusHD

New Member
Joined
Jan 3, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Dear users,
I would like to ask You about working with live, data from website.

I loaded data from https://coinmarketcap.com/sk/ (live cryptocurency price chart) used Excel function : Data from web

my problem is:

I need to use live price value for the future calculations, but can not get rid of dolar sign,
(need to work only with number information)
I tried (ctrl + H) replace $ with nothing, but after restoring Data from web $ appears again

What can I do

Thanks so much
 

Attachments

  • EXCEL.png
    EXCEL.png
    7.3 KB · Views: 6

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Either PasteSpecial in your code (Paste:=xlPasteValues) or format the column/range afterwards (NumberFormat = "General")? If cell data is like Access field data (which I'm more familiar with) you can't "get rid of" the $ using Replace because it's not actually there; i.e. it is not a character in the cell data. It's only displayed as $4 but the cell value is actually 4.
 
Upvote 0

Forum statistics

Threads
1,215,042
Messages
6,122,810
Members
449,095
Latest member
m_smith_solihull

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