redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- 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
so in above example column D should result in following
D4 = 95,623
D5 = 11.37
etc
Appreciate any help
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 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | https://cryptoprices.cc/ | |||||
2 | ||||||
3 | COIN | QTY | CURRENT PRICE | EST.VALUE | ||
4 | RNDR | 54642 | 1.75 | #VALUE! | ||
5 | KAS | 233 | 0.04887369 | |||
6 | RFOX | 145 | 0.01087123 | |||
7 | AZERO | 200 | 0.808871 | |||
8 | BBANK | 565663 | 0.01978743 | |||
9 | KUJI | 221 | 0.688078 | |||
Spots |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D4 | D4 | =C4*B4 |
C4:C9 | C4 | =WEBSERVICE(endpoint&"/"&A4) |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
endpoint | =Spots!$A$1 | C4:C9 |
so in above example column D should result in following
D4 = 95,623
D5 = 11.37
etc
Appreciate any help