Thread
:
divide numbers within a cell
View Single Post
06-04-2017, 11:37 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,102
In B1 try:
=LEFT(A1,FIND("(",A1)-1)/MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1)-1)
xor
View Public Profile
Find all posts by xor