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

to get to know which cell value is changed #170

Open
krishnakumarmoorthy opened this issue Jul 21, 2020 · 1 comment
Open

to get to know which cell value is changed #170

krishnakumarmoorthy opened this issue Jul 21, 2020 · 1 comment

Comments

@krishnakumarmoorthy
Copy link

Is there any way to get which cell's value is changed recently in a column, so that i can send that cell location to calculate and fill in a specified cell?
Thank you

@nareshr8
Copy link

I would create a observe on the cells that I expect the change and would create a dataframe from the sheet before and after the change and do a outer join on both, select the record which is available in the right alone.

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