scrupul0us
Well-known Member
- Joined
- Sep 7, 2004
- Messages
- 641
Given cell O37:
10 HOURS @ 35$/HOUR
Formula in P37:
=LEFT(O37,2)*(LEFT(O37,13)-LEFT(O37,11))
Returns:
#VALUE
LEFT(O37,2): should return 10
(LEFT(O37,13)-LEFT(O37,11)): should return 35 but i beleive is where the error lies
Any help?
TY
10 HOURS @ 35$/HOUR
Formula in P37:
=LEFT(O37,2)*(LEFT(O37,13)-LEFT(O37,11))
Returns:
#VALUE
LEFT(O37,2): should return 10
(LEFT(O37,13)-LEFT(O37,11)): should return 35 but i beleive is where the error lies
Any help?