I’m working on modeling some sensor readings in Excel, but I need help to figure out the equivalent of the Arduino Map() function.
I’ve got a sensor reading that is returning a value between 0.4 and about 2.16. On the Arduino, I would Map that to a new value between 1 and 10.
Does anyone know how I could simulate this in Excel?