Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
MikaelMayer
on Feb 19, 2019
|
parent
|
context
|
favorite
| on:
JavaScript-Based Spreadsheet-Like Formulas in Goog...
Indeed! However, without range support like A1:A10 or relative references. Besides, values should be defined in order (top-bottom, left-right)
Try to create a 2x2 table like this:
=(/
A1=
/”Hello”) =(/
B1=
/”World”)
=(A1 + “ “ + B1)
Click on Evaluate formula, tadaa. I just fixed a bug to make it work, the publication might take up to 24h.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Try to create a 2x2 table like this:
=(/A1=/”Hello”) =(/B1=/”World”)
Click on Evaluate formula, tadaa. I just fixed a bug to make it work, the publication might take up to 24h.