+ Reply to Thread
Results 1 to 13 of 13

SqFt Calculation from L" x W" in one column

  1. #1
    Registered User
    Join Date
    04-18-2022
    Location
    Beaumont, TX, USA
    MS-Off Ver
    MICROSOFT 365 MSO (VERSION2203 BUILD 16.0.15028.20152 64-BIT
    Posts
    6

    Exclamation SqFt Calculation from L" x W" in one column

    Good Morning,

    I have a spreadsheet that I inherited to manipulate. Without completely reconfiguring the spreadsheet, I need to calculate the SqFt of the values in cell E4 to be placed in cell F4. I know this would be easier if the values were in their own individual cells, but again, this is how I inherited it. Currently it is formatted 50" x 50" in E4. This is going to be later used to calculate a monthly rate in L4 based off based of (F4 times G4) times my monthly rate per SqFt. I've searched the threads and found previous suggestions and attempted those, but was unable to make them work. HELP PLEASE!!!! Thank you in advance.

    Screenshot 2022-04-19 080735.png
    Last edited by abarrow0415; 04-19-2022 at 09:20 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: SqFt Calculation from L" x W" in one column

    Try

    =LEFT(SUBSTITUTE(E2,"""",""),2)*RIGHT(SUBSTITUTE(E2,"""",""),2)/144

    If dimensions are 3 figures then highlighted need to be changed
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    04-18-2022
    Location
    Beaumont, TX, USA
    MS-Off Ver
    MICROSOFT 365 MSO (VERSION2203 BUILD 16.0.15028.20152 64-BIT
    Posts
    6

    Re: SqFt Calculation from L" x W" in one column

    It didn't work (and I did change E2 to E4). It gave me 0. See below. Attachment 777415

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,983

    Re: SqFt Calculation from L" x W" in one column

    Try:

    =--LEFT(SUBSTITUTE(E2,"""",""),2)*--RIGHT(SUBSTITUTE(E2,"""",""),2)/144

    If that doesn't work, attach a sample workbook for us to troubleshoot |(not a picture of it).
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: SqFt Calculation from L" x W" in one column

    See attached
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    04-18-2022
    Location
    Beaumont, TX, USA
    MS-Off Ver
    MICROSOFT 365 MSO (VERSION2203 BUILD 16.0.15028.20152 64-BIT
    Posts
    6

    Re: SqFt Calculation from L" x W" in one column

    That did not work either. I am attempting to attach a sample and cannot figure out how to.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: SqFt Calculation from L" x W" in one column

    See yellow banner at top of the page (threads).

    And please update your Excel version: Windows 10 is NOT an Excel version!

  8. #8
    Registered User
    Join Date
    04-18-2022
    Location
    Beaumont, TX, USA
    MS-Off Ver
    MICROSOFT 365 MSO (VERSION2203 BUILD 16.0.15028.20152 64-BIT
    Posts
    6

    Re: SqFt Calculation from L" x W" in one column

    I'm struggling to attach a sample. I cannot figure out how to attach an excel doc. Can you help? I'm sorry. I thought I was more advanced than I am apparently.

  9. #9
    Registered User
    Join Date
    04-18-2022
    Location
    Beaumont, TX, USA
    MS-Off Ver
    MICROSOFT 365 MSO (VERSION2203 BUILD 16.0.15028.20152 64-BIT
    Posts
    6

    Re: SqFt Calculation from L" x W" in one column

    See attached... I believe I did that correctly. Going to change the version now.
    Attached Files Attached Files

  10. #10
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: SqFt Calculation from L" x W" in one column

    Try

    =LEFT(TRIM(SUBSTITUTE(E4,"""","")),2)*RIGHT(TRIM(SUBSTITUTE(E4,"""","")),2)/144
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    04-18-2022
    Location
    Beaumont, TX, USA
    MS-Off Ver
    MICROSOFT 365 MSO (VERSION2203 BUILD 16.0.15028.20152 64-BIT
    Posts
    6

    Re: SqFt Calculation from L" x W" in one column

    That worked! You're a Saint and a life saver! Thank you so much for your help. I'll mark this solved.

  12. #12
    Forum Contributor John Vergara's Avatar
    Join Date
    01-17-2022
    Location
    Colombia
    MS-Off Ver
    365
    Posts
    200

    Re: SqFt Calculation from L" x W" in one column

    Hi to both!

    Another option could be:
    PHP Code: 
    =PRODUCT(MID(E4,{1;7},2)/12
    Check file. Blessings!
    Attached Files Attached Files

  13. #13
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,443

    Re: SqFt Calculation from L" x W" in one column

    define a name yy

    Formula as
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Cell F4 formula , Drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 07-16-2017, 09:06 AM
  2. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  3. Replies: 1
    Last Post: 08-20-2016, 01:59 AM
  4. [SOLVED] "Read" the column header "Element" and perform calculation
    By dwsf in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-15-2015, 01:41 AM
  5. [SOLVED] If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"
    By ckgeary in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2013, 08:28 PM
  6. Replies: 2
    Last Post: 06-06-2013, 12:45 PM
  7. Making the Tools>Options...Calculation "Manua"l Vs "Automatic" a Button.
    By Ecoich in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-20-2007, 07:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1