Hello again!
I'm running into an issue with my Nested IF function, Is anyone out there able to take a fresh look at my formula? Thanks in advance!
I am trying to calculate one column based on the values in another column. Here is the formula I have so far, but it's throwing an error message.
Did I attempt to nest too many functions, or did I make some other rookie mistake?
I'm running into an issue with my Nested IF function, Is anyone out there able to take a fresh look at my formula? Thanks in advance!
I am trying to calculate one column based on the values in another column. Here is the formula I have so far, but it's throwing an error message.
Code:
=IF(E2="MIN/PC",(D2),"",IF(E2="HRS/PC",(CONVERT(D2,"hr","mn")),"",IF(E2="PCS/MIN",(D2*60),"",IF(E2="PCS/HR",(D2/60),""))))
Did I attempt to nest too many functions, or did I make some other rookie mistake?