How do you get the breadth of a question?

  • Thread starter Thread starter Guest
  • Start date Start date
if your result is shown as it is that is 36cm2 instead of the number 36
cell A1 = 36cm2
B1 = 9cm
on cell C1 type this
=--SUBSTITUTE(A1,"cm2","")/--SUBSTITUTE(B1,"cm","")

Now this formula will only work if the cells have cm2 and cm respectively
if they are different like sqft etc.. then you will need a different formula

However if its plain 36 and 9 then its simply
=a1/b1

However if you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top