+ Reply to Thread
Results 1 to 3 of 3

calculating points total, with formula to look above for closest item name

Hybrid View

david1987 calculating points total,... 12-21-2012, 05:32 AM
Pepe Le Mokko Re: calculating points total,... 12-21-2012, 06:08 AM
david1987 Re: calculating points total,... 12-21-2012, 10:39 AM
  1. #1
    Registered User
    Join Date
    08-20-2012
    Location
    Glasgow
    MS-Off Ver
    Excel 2007
    Posts
    77

    calculating points total, with formula to look above for closest item name

    Hi,

    I've been calculating based on the attached spreadsheet, however, when something has the same item code it uses only one item name, this means the calculation doesn't work for it, is there something I can add to my formula in column E that will look above it for the closest product code and then use that in the calculation. there can be multiple gaps under each item name.

    Any help is appreciated.

    Thanks

    David
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,605

    Re: calculating points total, with formula to look above for closest item name

    Entered in E2 try
    =IF(LEFT(B2,1)="3","",D2*(IF(C2<DATE(2012,11,14),VLOOKUP(LOOKUP(REPT("z",255),$A$2:A2),SinglePoints,2,0),VLOOKUP(LOOKUP(REPT("z",255),$A$2:A2),DoublePoints,2,0))))
    and pull down as needed

  3. #3
    Registered User
    Join Date
    08-20-2012
    Location
    Glasgow
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: calculating points total, with formula to look above for closest item name

    Hi there,

    this works fine on the example i provided, however, i've tried to transfer this to a work spreadsheet but it only uses double points rather than single points, which i find odd. any suggestions? the format is very similar.

    thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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