Excel Automation with StudioX - Practice - Books Sales Report - Part 1

This course is designed so you can also learn from your fellow learners, particularly through the forum topics.

If you need help with Part One of the Book Sales Report practice, post a question as a reply below. To increase your chances of being helped, be as descriptive as possible. Include in your comment:

  • A description of your issue: when is it happening, what activity you have trouble with.
  • A screenshot of your error.
  • You can also attach your automation project.

If you can help a fellow learner, don’t be afraid to reply and make a suggestion. Participating in the conversation helps solidify the knowledge you’ve acquired in this course.

Good Course

I don’t understand where this formula came from that is used to multiple the list price by the practiced price. How would we ever come up with that creating the automation from scratch.

Saved.Values(Of UiPath.Excel.ExcelValue)(“ListPrice”)*Saved.Values(Of UiPath.Excel.ExcelValue)(“PracticedPrice”)

Good course

Yeah it confused me for a bit since it wasn’t working, but all i had to do was add an “equal” “=” sign and then variable1variable2
so,
=variable1
variable2