slivesay

Board Regular
Joined
Jan 4, 2019
Messages
64
I need a formula that will turn (example )10'0" into inches - does not have to show the inches ", but if 10" is in cell then it will show 10. Once this is complete I have a formula that will look at a range and determine if a certain text is there and will add 3" to the cell. Lastly I need to have a formula to have the inches " to display. All this can be in different cells as long as they point to each other.

Here is what I have so far to convert from ft to in, but I am willing to change the formula.
=LEFT(D11, FIND("'", D11)-1)*12+MID(D11, FIND("'",D11)+1, LEN(D11)-FIND("'",D11)-1)

Here is finding the text and adding 3".
=IF(COUNTIF(B11:B123,"*"&T11&"*"),U11+3)

Thank you so much for any assistance. I truly appreciate it!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
To show the inches " you can simply format the cell eg #,##0''
where the '' are two single apostrophes
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,812
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top