1

The B3 cell contains the stock ticker symbol say TCS. When i try to execute

=GOOGLEFINANCE("NSE:B3","PRICE")

The formula is giving error "When evaluating GOOGLEFINANCE, the query for the symbol: 'B3' returned no data." I want TCS to be used instead of B3. Can you suggest

Avinash K
  • 43
  • 5

1 Answers1

1

Try this instead:

=GOOGLEFINANCE("NSE:"&B3,"PRICE")
Dharman
  • 30,962
  • 25
  • 85
  • 135
Lorena Gomez
  • 1,946
  • 2
  • 4
  • 11