robwatson8989
New Member
- Joined
- Jan 8, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Trying to automate some math for price updates. Unit of measure in E1, price in F1. Trying to reduce all pricing to each price.
If E1 = 'EA', F1*1
If E1 = 'C',F1/100
if E1 - 'M',F1/1000
Here is what I have so far, any help would be greatly appreciated.
=IF(E1='EA',F1*1,IF(E1='C',F1/100,IF(E1='M',F1/1000)))</SPAN>
If E1 = 'EA', F1*1
If E1 = 'C',F1/100
if E1 - 'M',F1/1000
Here is what I have so far, any help would be greatly appreciated.
=IF(E1='EA',F1*1,IF(E1='C',F1/100,IF(E1='M',F1/1000)))</SPAN>