Can read the cell value with this activity

I can’t write the cell i want to read, i have an error message :

image

try to mention like this

or you can indicate the cell of excel you want to read value from the activity itself
click on + symbol and then choose EXCEL → Indicate in excel cell

Cheers @Soudios

Hi @Soudios

Try like the below image

Hope this helps!!

Hi @Soudios

The read cell value is the Modern excel activity you have to use inside the Use excel file activity.
In the Use excel file activity pass the excel path.
Inside Use excel file you can insert the Read cell value.
In the cell you can give like this Excel.Sheet(“Sheet name”).Cell(“Q3”)

Hope it helps!!

Hi,

I have an information in 2 cell (Fusion) “Q3 and Q4” how can i do to take this information plz

Okay @Soudios

Check the below workflow image for better understanding.

=> In the Use excel file activity provide the excel full path.
=> Inside use excel file activity insert the read cell value activity.
=> In the cell field you can provide the range of the sheet name and cell name.
=> In the Save to field create a variable which store the value in the cell.

Hope you understand!!

@mkankatala
no what i mean is the information is in 2 fusion cell which is one cell at the end
1 cell = Q3 and Q4
How can i get the information from the fusion cell plz ?

I couldn’t understand the fusion cell… @Soudios

Could you be elaborate more what is fusion cell

yes sorry what i mean is merged cells

i tried with classic read cell and i have this issue :
image

Could you share the image of your workflow, If the workflow doesn’t have any confidential information. @Soudios

Okay @Soudios

You have to use the Read cell excel classic activity inside the Excel application scope.
In the excel application scope activity pass the excel path.
Inside the excel application scope insert the Read cell activity.

Check the below workflow for your reference.

Hope you understand!!

@mkankatala
Read excel is already on Excel application scope, the issue is not that
The information i need is in a merge cell (Q3 and Q4)