How to compare the data from the first column and the seventh column? If they are different, then write the date from the seventh column to the variable.
How to implement this in StudioX
@teslyak9437 Please share the screenshot in put excel!
Regards,
Ajay Mishra
First colom 
Seventh colom (in this colom is formula)

Here is sample code for this problem.
Input file:
Solution Overview:
Watch out for date format in your file. If you get any error related to Date formatting compare your date format in file and this section of code.
Sample Code:
ExcelActivity.zip (72.0 KB)
Output:

Thanks,
Ashok ![]()
If I need to check only the data that I have inserted, I have the beginning of the record and the end of the record written into a variable ?
In tat case you can add a If Condition activity before date check condition like this.
Here I’m expecting you have start Index/row number in double datatype
Revised Code:
ExcelActivity.zip (72.2 KB)
Thanks,
Ashok
)
Check the date format in your file and in the if condition at 1.1.1.3.1. It should be same.
Thanks,
Ashok ![]()

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.




