Hi,
I want to delete a particular cell in the excel using PAD.
In PAD, we have delete row and delete column action, but how to delete a particular cell in the excel?
Solved! Go to Solution.
Hi @Anonymous, this action will write an empty string into a cell, replacing what was in the cell.
This is the notation for an empty string, might not be visible in the screenshot:
%""%
Before:
After:
Hi @Anonymous, this action will write an empty string into a cell, replacing what was in the cell.
This is the notation for an empty string, might not be visible in the screenshot:
%""%
Before:
After:
Actually, I want to delete the selected cell and shifts up the cell value.
Before:
After:
This has the effect of deleting 2B and shifting 3B, 4B and 5B up, but what's really happening is 3B through 5B are written into the column starting at 2B, and then 5B is deleted.
It is working, but when I write the value " in the write to excel worksheet action, it is not displaying as empty cell, it is displaying like " in the cell.
Just as in the post farther above, you need to write this into the cell for an empty string:
%""%
Or you can write this, as PAD will translate what you wrote above into this:
%''%
What you see in the screenshot in the flow is how PAD displays this line, i.e. minus the surrounding '%' s.
You can also see from my screenshots that the target cell does, in fact, display as empty.
yes, got it thanks
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.