+ Reply to Thread
Results 1 to 3 of 3

Trying to make my formula also use the date for placement of data

  1. #1
    Registered User
    Join Date
    09-28-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    12

    Trying to make my formula also use the date for placement of data

    After some great help here i have another query about this formula I'm trying to do.

    what I'm trying to achieve is an automated filler which is currently in place and working, however I'd like to know if it is possible to match the date so that it will place the value across the date range rather than what it currently does and just places it in the first date each time.

    See attached
    examplebook.xlsx

    any help would be appreciated

    Thank you

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: Trying to make my formula also use the date for placement of data

    Try this

    in H3
    =IF(ISNA(MATCH(H$2,$A$3:$A$6,0)),"",INDEX($A$3:$D$6,MATCH(H2,$A$3:$A$6,0),4))

    and copy across the columns to AC3
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    09-28-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: Trying to make my formula also use the date for placement of data

    Potentially this is what i am looking to do with matching the date range however, with this formula it has lost a key element of the formula i was using before which would spread the broken down weekly price across the specified duration:

    =IF(COUNTA($H$2:H$2)>$C3,"",$D3)

    what i think i need is a cross of the two formulas that spreads the data at the same time as matching the date, do you have any solutions for this?

    Regards.

+ 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