Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formula operations on rows #225

Closed
engeljh opened this issue Sep 12, 2023 · 2 comments
Closed

Formula operations on rows #225

engeljh opened this issue Sep 12, 2023 · 2 comments

Comments

@engeljh
Copy link

engeljh commented Sep 12, 2023

Is there a simple way of , e.g., summing the members of each column and printing the answers to each sum in the bottom row? That is, can you do in one formula for rows (e.g. adding them columnwise) what it's easy to do for columns (adding then row-wise)? Right now, it seems you have to write a separate formula for each column that you want to sum the members of. If it's not currently possible to do the operations all at once, might it be possible to add that ability?

@dhruvasagar
Copy link
Owner

You would need to implement your own custom function I believe @engeljh

@dhruvasagar
Copy link
Owner

Perhaps #214 would be helpful in that regard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants