I am working on a machine ordering App and I copy and pasted in a value, however it is giving me an error and an "invalid argument". Does anyone know of an alternate value I can use for a conditional formatting to highlight machines over $10,000.
Here is the value: If(ThisItem.Price>10000,OrangeRed,Gray)