=WEBSERVICE formula help

redspanna

Well-known Member
Joined
Jul 27, 2005
Messages
1,602
Office Version
  1. 365
Platform
  1. Windows
Hi all

I'm simply try to get current portfolio value of a certain Crypto in Cell range D4:D9
By this I mean multiply QTY (column B) of the stock by current value (column C)
However if I enter into column D the simple formula =C4*B4 then I get a #VALUE! error
The formula in Column C is using a =WEBSERVICE formula

Book1
ABCD
1https://cryptoprices.cc/
2
3COINQTYCURRENT PRICEEST.VALUE
4RNDR546421.75 #VALUE!
5KAS2330.04887369
6RFOX1450.01087123
7AZERO2000.808871
8BBANK5656630.01978743
9KUJI2210.688078
Spots
Cell Formulas
RangeFormula
D4D4=C4*B4
C4:C9C4=WEBSERVICE(endpoint&"/"&A4)
Named Ranges
NameRefers ToCells
endpoint=Spots!$A$1C4:C9


so in above example column D should result in following
D4 = 95,623
D5 = 11.37

etc

Appreciate any help
 
No idea why it doesn't work for you, but webservice works for me
Fluff.xlsm
ABCDEFG
1https://cryptoprices.cc/
2
3BOUGHTCOINQTYAVG BUY PRICECOST (USDT)CURRENT PRICE
445193RNDR510.851.566799.9911https://cryptoprices.cc/RNDR934.8555
545193KAS14324.680.047464679.906612https://cryptoprices.cc/KAS699.046533
645193RFOX55381.420.009028499.994536https://cryptoprices.cc/RFOX539.119294
745193AZERO473.10.84548399.996588https://cryptoprices.cc/AZERO377.45905
845204BBANK13570.32020.017649239.502581https://cryptoprices.cc/BBANK277.46528
945204KUJI491.070.69338.8383https://cryptoprices.cc/KUJI372.995656
Sheet6
Cell Formulas
RangeFormula
E4:E9E4=C4*D4
F4:F9F4=$B$1&B4
G4:G9G4=NUMBERVALUE(WEBSERVICE(F4))*C4
 
Upvote 0

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
No idea why it doesn't work for you, but webservice works for me
Fluff.xlsm
ABCDEFG
1https://cryptoprices.cc/
2
3BOUGHTCOINQTYAVG BUY PRICECOST (USDT)CURRENT PRICE
445193RNDR510.851.566799.9911https://cryptoprices.cc/RNDR934.8555
545193KAS14324.680.047464679.906612https://cryptoprices.cc/KAS699.046533
645193RFOX55381.420.009028499.994536https://cryptoprices.cc/RFOX539.119294
745193AZERO473.10.84548399.996588https://cryptoprices.cc/AZERO377.45905
845204BBANK13570.32020.017649239.502581https://cryptoprices.cc/BBANK277.46528
945204KUJI491.070.69338.8383https://cryptoprices.cc/KUJI372.995656
Sheet6
Cell Formulas
RangeFormula
E4:E9E4=C4*D4
F4:F9F4=$B$1&B4
G4:G9G4=NUMBERVALUE(WEBSERVICE(F4))*C4
me neither - but appreciate your reply
 
Upvote 0
No idea why it doesn't work for you, but webservice works for me
Fluff.xlsm
ABCDEFG
1https://cryptoprices.cc/
2
3BOUGHTCOINQTYAVG BUY PRICECOST (USDT)CURRENT PRICE
445193RNDR510.851.566799.9911https://cryptoprices.cc/RNDR934.8555
545193KAS14324.680.047464679.906612https://cryptoprices.cc/KAS699.046533
645193RFOX55381.420.009028499.994536https://cryptoprices.cc/RFOX539.119294
745193AZERO473.10.84548399.996588https://cryptoprices.cc/AZERO377.45905
845204BBANK13570.32020.017649239.502581https://cryptoprices.cc/BBANK277.46528
945204KUJI491.070.69338.8383https://cryptoprices.cc/KUJI372.995656
Sheet6
Cell Formulas
RangeFormula
E4:E9E4=C4*D4
F4:F9F4=$B$1&B4
G4:G9G4=NUMBERVALUE(WEBSERVICE(F4))*C4
I'm on the Insider Beta edition. It also doesn't work on Excel Web.
 
Upvote 0

Forum statistics

Threads
1,215,103
Messages
6,123,106
Members
449,096
Latest member
provoking

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