+ Reply to Thread
Results 1 to 9 of 9

Current Months Profit Thus Far / Return furthest down filled cell

  1. #1
    Registered User
    Join Date
    06-09-2021
    Location
    Austin
    MS-Off Ver
    2016
    Posts
    11

    Question Current Months Profit Thus Far / Return furthest down filled cell

    I'd like to begin with this is my first post. I have learned a lot from you all and have made a spreadsheet for my inventory that I am so very proud! Thank you very much!


    I have simplified the data to make this easier, but in short:


    I have 4 different sales categories: General / Cars / Bikes / Commission

    Each category has it's monthly profits calculated. I also have a Monthly Grand Total section where each categories monthly profit total is added all together.

    I would like a cell; I17, to show the Current Months Profit Thus Far. In the attached spreadsheets example, it would show O7's value essentially. When next month July comes around, I'd like it to start automatically tracking that month and so on. I have spent hours on end trying to figure out a way and just can't seem to figure it out. I would imagine it could be done as I'm describing, or even as simple as having it return the furthest down filled cell in that column. I may be over thinking it.


    Help.
    Attached Files Attached Files
    Last edited by ephipps12; 06-10-2021 at 12:39 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-15-2017
    Location
    US
    MS-Off Ver
    365
    Posts
    901

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    You can use vlookup like this

    =VLOOKUP(TEXT(NOW(), "mmm"),N2:O13,2)

    I have attached your file with this in place.
    Attached Files Attached Files
    If you find the suggestion or solution helpful, please consider adding reputation to the post.

  3. #3
    Registered User
    Join Date
    06-09-2021
    Location
    Austin
    MS-Off Ver
    2016
    Posts
    11

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    Quote Originally Posted by cubangt View Post
    You can use vlookup like this

    =VLOOKUP(TEXT(NOW(), "mmm"),N2:O13,2)

    I have attached your file with this in place.

    This didn't work. I went to fill in data for July and it didn't update the I17 cell with the new values that would be in O8.

  4. #4
    Valued Forum Contributor
    Join Date
    05-15-2017
    Location
    US
    MS-Off Ver
    365
    Posts
    901

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    It wont update until we are in July.. You are wanting current month, and thats what the NOW() portion is doing, its taking todays date and returning the 3 letter abbr for the month, so if you want to test it out for other months, then you need to replace the NOW() with another date and it should work.. Make sure its a properly formatted date for it to return the correct abbrv.

  5. #5
    Registered User
    Join Date
    06-09-2021
    Location
    Austin
    MS-Off Ver
    2016
    Posts
    11

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    Quote Originally Posted by cubangt View Post
    It wont update until we are in July.. You are wanting current month, and thats what the NOW() portion is doing, its taking todays date and returning the 3 letter abbr for the month, so if you want to test it out for other months, then you need to replace the NOW() with another date and it should work.. Make sure its a properly formatted date for it to return the correct abbrv.
    Ah that's right. Perfect, Thanks, You're the best! Happen to have a pay pal, cash app, or venmo? I'd love to send you an appreciation tip to buy your next beer.

  6. #6
    Valued Forum Contributor
    Join Date
    05-15-2017
    Location
    US
    MS-Off Ver
    365
    Posts
    901

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    Quote Originally Posted by ephipps12 View Post
    Ah that's right. Perfect, Thanks, You're the best! Happen to have a pay pal, cash app, or venmo? I'd love to send you an appreciation tip to buy your next beer.
    Appreciate it, but no need.. glad it helped. just add the reputation at the bottom my post is plenty.

    thanks.

  7. #7
    Registered User
    Join Date
    06-09-2021
    Location
    Austin
    MS-Off Ver
    2016
    Posts
    11

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    Oops. Couldn't figure out how to delete this reply; see below for what I meant to type.
    Last edited by ephipps12; 07-01-2021 at 11:15 PM.

  8. #8
    Registered User
    Join Date
    06-09-2021
    Location
    Austin
    MS-Off Ver
    2016
    Posts
    11

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    Quote Originally Posted by cubangt View Post
    It wont update until we are in July.. You are wanting current month, and thats what the NOW() portion is doing, its taking todays date and returning the 3 letter abbr for the month, so if you want to test it out for other months, then you need to replace the NOW() with another date and it should work.. Make sure its a properly formatted date for it to return the correct abbrv.

    So now that we are in July and I have made sales and input the data, this did not update correctly. Instead the box is now showing the total for Feb.

  9. #9
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,091

    Re: Current Months Profit Thus Far / Return furthest down filled cell

    If what you desire is the last value in the range O2:O13 that's not equal to zero, then formula = LOOKUP(2,1/((O2:O13)<>0),O2:O13)

+ 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. [SOLVED] Return column header for furthest right value
    By nooms88 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-15-2015, 01:08 PM
  2. Return the last (furthest Right) entry in a row
    By citadel-maritime in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-17-2015, 07:25 AM
  3. Return header value for furthest to right comparison
    By mrsg in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-12-2013, 10:02 PM
  4. [SOLVED] Questions about formulas that return information in the furthest right cell
    By hilltop804 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-23-2013, 11:12 AM
  5. Vlookup or Index to return furthest right column of data
    By element32d in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-19-2013, 10:52 AM
  6. Return furthest right value
    By jonnya in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-14-2010, 10:59 AM
  7. Return furthest right value which is greater than zero
    By jonnya in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-12-2010, 03:54 PM

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