jeffreybrown
Well-known Member
- Joined
- Jul 28, 2004
- Messages
- 5,152
If have a cell with 13/11/4
How can I add these numbers?
I've tried =LEFT(D7,FIND("/",D7)-1)+MID(D7,FIND("/",D7)+1,1)+RIGHT(D7,FIND("/",D7)-2)
but can't get the mid part to find the 11; instead, it only finds the 1 which makes the answer 18 but should be 28.
Is there a way to use =SUBSTITUTE(D7,"/","+") and then sum.
Can I get some further direction and help here?
How can I add these numbers?
I've tried =LEFT(D7,FIND("/",D7)-1)+MID(D7,FIND("/",D7)+1,1)+RIGHT(D7,FIND("/",D7)-2)
but can't get the mid part to find the 11; instead, it only finds the 1 which makes the answer 18 but should be 28.
Is there a way to use =SUBSTITUTE(D7,"/","+") and then sum.
Can I get some further direction and help here?