+ Reply to Thread
Results 1 to 7 of 7

Problem in Weekly recurring schedule using excel formula

  1. #1
    Registered User
    Join Date
    09-29-2023
    Location
    Maputo
    MS-Off Ver
    2023
    Posts
    3

    Unhappy Problem in Weekly recurring schedule using excel formula

    Dears,

    Please, I did a Weekly recurring schedule using Excel formula. The formula is good and applied for all intervals but it does not consider the "Start Date". I need to update this formula to consider any change in the Start date, so it does the required shift in the recurring schedule.
    Formula problem.JPG

    sample demo 2.xlsx

    Thanks

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,302

    Re: Problem in Weekly recurring schedule using excel formula

    Hello HemaEXCEL and Welcome to Excel Forum.
    Would it be correct to assume that 1.1 should be in cells E5, G5 etc.?
    Would it be correct to assume that 0.4 should be in cells F7, J7 etc.?
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    01-04-2022
    Location
    Europe
    MS-Off Ver
    2021
    Posts
    32

    Re: Problem in Weekly recurring schedule using excel formula

    Is this what you're looking for? Formula in E5, and drag to copy. You just missed an INT() in the middle
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Images Attached Images
    Last edited by Seabottom; 09-30-2023 at 02:58 PM.

  4. #4
    Registered User
    Join Date
    09-29-2023
    Location
    Maputo
    MS-Off Ver
    2023
    Posts
    3

    Re: Problem in Weekly recurring schedule using excel formula

    Thanks Seabottom, But this won't to do, I want to apply this value in cells based on Interval and Start date.

  5. #5
    Registered User
    Join Date
    09-29-2023
    Location
    Maputo
    MS-Off Ver
    2023
    Posts
    3

    Re: Problem in Weekly recurring schedule using excel formula

    Thanks, JeteMc for your reply, But this is an example. the real sheet has huge data. So this value changes pass on the input.

  6. #6
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Problem in Weekly recurring schedule using excel formula

    It is not clear. Is it possible to explain with example and showing the expected result in the file..
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,302

    Re: Problem in Weekly recurring schedule using excel formula

    "Thanks, JeteMc for your reply, But this is an example. the real sheet has huge data. So this value changes pass on the input."
    I was not proposing a solution, but rather asking questions.
    That said perhaps the following in cells E5 down and over will do what you want: =IF(LEN($D5)=0,"",IF(OR($D5=E$4,MOD(E$1-$D5,$B5*7)=0),$C5,""))
    Let us know if you have any questions.
    Edited formula: =IF(LEN($D5)=0,"",IF(AND($D5<=E$4,MOD(E$1-$D5,$B5*7)=0),$C5,""))
    Attached Files Attached Files
    Last edited by JeteMc; 10-02-2023 at 03:04 PM. Reason: Added edit

+ 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. Calendar with Recurring Weekly Events
    By YoGabbaGabba in forum Excel General
    Replies: 5
    Last Post: 08-15-2023, 02:30 PM
  2. Collecting Data from a weekly schedule and displaying it on a daily schedule
    By russfromtx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-03-2022, 11:02 PM
  3. Auto Create Daily Break Schedule from Weekly Work schedule
    By colema62 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-27-2021, 04:31 PM
  4. Populating a weekly schedule based on criterias with formula
    By Rebelexcel in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-16-2020, 12:19 PM
  5. Macro or Formula needed to summarize Daily Tasks into Weekly Schedule
    By diablo00124 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-27-2015, 07:06 PM
  6. Macro or Formula needed to summarize Daily Tasks into Weekly Schedule
    By diablo00124 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-08-2015, 09:17 PM
  7. Macro or Formula needed to summarize Daily Tasks into Weekly Schedule
    By diablo00124 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-06-2015, 01:44 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