web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Delete dots in cells i...
Power Automate
Answered

Delete dots in cells in Excel

(1) ShareShare
ReportReport
Posted on by 6
I am trying to delete all the dots within multiple cells in a table in Excel
However, neither the "Replace text" nor "Find and replace cells" actions works due to not accepting blank spaces as input:
 
 
Also tried putting it as an empty string ("") but it just overwrite the quotation marks
 
The data has 2 dots in between numbers, and is the only column in the table that must be free from dots (Tariff Code column):
 
 
Any ideas how this could work?
 
I have the same question (0)
  • Verified answer
    Deenuji_Loganathan_ Profile Picture
    6,255 Moderator on at
    Hi,
     
    You can do this deletion on the fly without grabbing all the data into datatable.
     
    Just use "Find and replace cells in Excel worksheet" as like below and replace all your dots with empty string and save your excel document.
     
     
    Full code(Copy and paste the below code into your power automate desktop designer screen):
    Excel.LaunchExcel.LaunchAndOpenUnderExistingProcess Path: $'''C:\\Boot\\ticket_intake_table.xlsx''' Visible: True ReadOnly: False Instance=> ExcelInstance
    Excel.FindAndReplace.FindAndReplaceAll Instance: ExcelInstance TextToFind: $'''.''' TextToReplaceWith: $'''%''%''' MatchCase: False MatchEntireCellContents: False SearchBy: Excel.SearchOrder.Rows Cells=> Cells
    Excel.SaveExcel.Save Instance: ExcelInstance
    
     
     
    In case if you want to different approach, let me know.
     
     
    Thanks,
    Deenuji Loganathan 👩‍💻
    Power Automate Desktop Community Champion 🤖
    ------------------------------------------------------------------------------------------------------------
    If I've helped solve your query, kindly mark my response as the solution ✔ and like my suggestion ❤️ Your feedback supports future seekers 🚀
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 410

#2
Vish WR Profile Picture

Vish WR 289

#3
David_MA Profile Picture

David_MA 282 Super User 2026 Season 1

Last 30 days Overall leaderboard