+ Reply to Thread
Results 1 to 12 of 12

calculate current position

  1. #1
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    calculate current position

    how to insert current position in the box marked current position and this to change each week as games played etc (see picture)

    please keep it as simple as possible - thank you all for your time and help

    Current.PNG
    Last edited by Patcheen; 02-28-2015 at 11:59 AM.

  2. #2
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: calculate current position

    Hello
    Not getting what you need exactly...
    As far I have understood you need to lookup for the current week number and get the corresponding value...
    This may help
    =VLOOKUP(WEEKNUM(TODAY()),A:B,2,FALSE)

    Sorry if this is not what you need...
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  3. #3
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: calculate current position

    thank u for your help maybe if i explain a bit better -

    on b7 which shows 13 is because when all games finished in the league this is where they finished as results change game by game e.g b8 they were 18 and b9 is 19 etc etc the blue column is only reference and has no baring on results. so as you b33 is 12 i need this to be inserted in b44 and when they play next week when they either go up or down the table example if they climb to 11th place then b44 will change to 11 sorry if sound confusing

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,032

    Re: calculate current position

    Use for best:

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


    and for worse:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Never use Merged Cells in Excel

  5. #5
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: calculate current position

    ive that done for best and worst as you can see but how do i do it for latest position as it is currently 12

  6. #6
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: calculate current position

    Ok I got your point
    Use this array formula
    =INDEX(A1:A44,MIN(IF(A10:A44="",ROW(A10:A44)-1,9^9)))

    This is an array formula so after pasting this formula in the cell press ctrl+shift+enter instead of just enter as we usually do...by doing so you will get two curly braces like {} around the formula

    Hope this helps

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,032

    Re: calculate current position

    For current use:

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

  8. #8
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: calculate current position

    Sorry slight mistake
    just change it to this one

    =INDEX(A1:A44,MIN(IF(A7:A44="",ROW(A7:A44)-1,9^9)))

  9. #9
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: calculate current position

    Hahahaa
    Much Better option by Zbor....

  10. #10
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: calculate current position

    Thanks to you all for your help this is now completed thanks again ye are brilliant

    sorry i dont know how to close this thread as solved

  11. #11
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,032

    Re: calculate current position

    Just select Thread Tools from the menu link above and mark this thread as SOLVED.

  12. #12
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: calculate current position

    Thank you guys for all your help

+ 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. Pasting Excel data into Word at current cursor position
    By gonefishing in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-12-2021, 06:26 PM
  2. Current cell position for a non Active worksheet
    By Wizz in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-15-2009, 08:40 PM
  3. Replies: 7
    Last Post: 02-02-2009, 02:40 PM
  4. [SOLVED] How do you set cursor position at current date in macro?
    By Tom Robertson in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2006, 10:55 AM
  5. [SOLVED] Current cell position
    By AJPendragon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-03-2006, 12:35 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