Since you are reading a range from Excel, %ExcelData% is not even a text value - it actually is a data table, with multiple values. You cannot multiply a table. You need to process each value individually, by either reading every cell separately, or reading the table, and then building a loop to iterate through the values and convert them to number individually.
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.