Thread
:
divide numbers within a cell
View Single Post
06-04-2017, 03:53 PM
ewso
Windows 10
Office 2016
Advanced Beginner
Join Date: Nov 2016
Posts: 80
Quote:
Originally Posted by
xor
In B1 try:
=LEFT(A1,FIND("(",A1)-1)/MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1)-1)
Thanks xor, it works!
ewso
View Public Profile
Find all posts by ewso