+ Reply to Thread
Results 1 to 4 of 4

Calculate where cell value exceeds cell in column B

  1. #1
    Forum Contributor
    Join Date
    04-21-2009
    Location
    England
    MS-Off Ver
    Excel 2016
    Posts
    710

    Calculate where cell value exceeds cell in column B

    Hi all, in my attachment I have 4 items. In column B I have the current stock level. In columns C:O I have the stock needed (cumulative).

    Highlighted in yellow is where the stock runs out (the number is higher than the number in B).

    What I want for each part as in column P - is the week where this happens (the number is greater than in B)

    I hope someone can help
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    02-01-2015
    Location
    Barneveld
    MS-Off Ver
    00371-OEM-8992671-00524
    Posts
    1

    Re: Calculate where cell value exceeds cell in column B

    Something like this?

    Example_1.xlsm

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,145

    Re: Calculate where cell value exceeds cell in column B

    Alternatively, in P3 and copy down...

    =INDEX($C$2:$O$2,MATCH(B3,C3:O3,1)+1)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Forum Contributor
    Join Date
    04-21-2009
    Location
    England
    MS-Off Ver
    Excel 2016
    Posts
    710

    Re: Calculate where cell value exceeds cell in column B

    Thanks, works a treat

+ 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] Cell displays value unless sum of a range exceeds cell value.
    By Rixonomic in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-02-2014, 06:49 PM
  2. Change cell value that exceeds other cell value
    By azgal in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-07-2014, 04:38 PM
  3. MsgBox when cell value in column exceeds a threshold.
    By Stew1234 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-14-2014, 02:41 PM
  4. [SOLVED] Colour the first cell in a row/range cell where a value exceeds $x
    By DaveBre in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-06-2014, 01:45 AM
  5. Calculate one cell value against all cell values in a column range
    By ankaraj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-23-2012, 05:37 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