Hi Experts,
I have a question regarding Excel Format Cells activity properties.
I want to change cell format for a table column in Excel file. For example:
Name | Date | Total
Dave | 01.08.2023 | 60
Suzan | 17.09.2023 | 100
Emma | 05.10.2023 | 40
The part that I want to select in Format Cells range is column “Total”.
How should I select that particular range in the Format Cells activity’s range?
Please advice.
Thank you.
supriya117
(Supriya Allada)
October 9, 2023, 5:50am
2
Hi @D_Okthree
In format cell activity, give range as "C:C"
37324519
(37324519)
October 9, 2023, 5:53am
3
use write cell workbook
that functionality we ask for you to specify the location of the workbook its name and the range you want to use it in
lrtetala
(Lakshman Reddy)
October 9, 2023, 5:53am
4
Hi @D_Okthree
Try this
Excel.Sheet("Sheet1").Range("C:C")
Gokul001
(Gokul Balaji)
October 9, 2023, 5:54am
6
Hi @D_Okthree
Check out this tutorial for more details
Hello Everyone, Hope you are doing good
I would like to present this post who are looking for the Modern Activities
Very first thing is to Enable the Modern experience (from Classic)
Go to → Activities Panel → Click on Filter → Select Show Modern.
[image]
Let Jump into the Tutorial
we are look into some Modern activities
Find/Replace Value
Format Cells
Note : We need to use Excel Process Scope and Use Excel File for all the above activities
Excel Process scope
Use Excel File
…
Regards
Gokul
system
(system)
Closed
October 12, 2023, 5:54am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.