+ Reply to Thread
Results 1 to 10 of 10

How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

  1. #1
    Registered User
    Join Date
    12-19-2009
    Location
    England
    MS-Off Ver
    365
    Posts
    9

    How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    Hi all, I am hoping to seek expert advice on how I could create an excel spreadsheet to show projection on cash flow per month.
    I have here a spreadsheet, and I wonder if there's any formula I could do

    1) to have the cell (I5, P6 etc) to automatically fill up based on the start date.
    currently I have done it manually, but if my task start date is changed, I have to manually change the horizontal rows.

    2) divide the remaining fund for the rest of the task period. Example G1 cell is the 10% of E4, and I would like to have cell H4 automatically fill up based on the remaining funding up divided equally till the end month of that particular task, in this case H4 up to M4

    Thank you very much in advance for your kind advice/attention
    Best wishes
    Jup
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,897

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    You profile indicates XL2003 yet your file indicates you are using a later version. Please update your profile as it will make a difference in the solution offered.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    Solution offered:

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

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

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    Since you are manually inputting data in the range G3:R6 formula will not help. It needs worksheet event.
    Code for worksheet_Change event is below. Range Is taken as G3:R6, if needed it can be changed to required value say G3:R25
    Currency format is your default set value.
    Please Login or Register  to view this content.
    Worksheetevent

    How to use the code
    Right click on Sheet tab --> view code
    Visual Basic (VB) window opens.
    Paste the code
    Close the VB window.
    Save the file
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Registered User
    Join Date
    12-19-2009
    Location
    England
    MS-Off Ver
    365
    Posts
    9

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    O WOW!!!! Thank you DJunqueira & kvsrinivasamurthy!
    I didnt expect to get a response so quickly - both resolutions work great~~

    *bows*

    Thank you for your very kind advice

    Best
    Jup

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

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    Just suggestion. This appears better because entry of initial payment can be done in one column. Searching for correct column is avoided. Formula takes care of all entries in H3:S6. No VBA code is required.
    Pl see file. Extra column G is inserted. Formula in H3 then copied to full range.

    =IF(MONTH($C3)=MONTH(H$2&1),$G3,IF(AND(MONTH($C3)< MONTH(H$2&1),MONTH($D3)>=MONTH(H$2&1)),($E3-$G3)/$F3,""))
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-19-2009
    Location
    England
    MS-Off Ver
    365
    Posts
    9

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    Hi DJunqueira,
    I was trying to understand your solutions, but I realised it does not work when the start and end spans across 2 years - example row 8.
    I think it's something to do with the MONTH formula, but I am not sure how I could tweak this to also look at the YEAR?

    Thank you in advance for your advice

    Best wishes,
    Jup
    Attached Files Attached Files

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,585

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    My suggestion is to convert the month names in row 3 into dates then apply custom formatting (mmm)
    The formula could then read: =IF(EOMONTH($C4,-1)+1=G$3,$E4*0.1,IF(AND(G$3>=EOMONTH($C4,0),G$3<=$D4),($E4-$E4*0.1)/$F4,""))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  9. #9
    Registered User
    Join Date
    12-19-2009
    Location
    England
    MS-Off Ver
    365
    Posts
    9

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    wow all of you guys are absolute amazing!
    it works like a charm now and I've learnt new formula from you all.

    very much appreciated!!!

  10. #10
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,585

    Re: How To Fill Series Or Formula To A Specific Row Without Dragging In Excel? - Cash Flow

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. Budget & Cash Flow Formula
    By DVestergaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-25-2021, 04:54 AM
  2. specific excel to handle cash flow/debts..
    By bj70 in forum Excel General
    Replies: 1
    Last Post: 06-28-2021, 08:41 AM
  3. Formula help- v lookup & cash flow
    By amym2020 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-14-2020, 06:31 AM
  4. Replies: 4
    Last Post: 07-23-2017, 11:21 PM
  5. Sumifs cash flow formula
    By Lizzieboomboom in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-20-2017, 03:54 PM
  6. Converting a cash flow data series
    By nitrone in forum Excel General
    Replies: 0
    Last Post: 03-31-2011, 04:14 AM
  7. collate cash flow series by dates
    By team_qq in forum Excel General
    Replies: 11
    Last Post: 05-29-2010, 05:54 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