+ Reply to Thread
Results 1 to 5 of 5

Auto update cell for given date range in next sheet

  1. #1
    Forum Contributor
    Join Date
    04-03-2011
    Location
    India
    MS-Off Ver
    Excel 2015
    Posts
    122

    Auto update cell for given date range in next sheet

    Hi,

    In attached excel Sheet name "Upload" as the data of Employees who have taken Annual leave and Casual leave as per Start Date and End date of leave mentioned with code.
    I need formula for highlighted in yellow cells against employee codes updated in Tracker sheet
    WO - Weekly Off
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-03-2011
    Location
    India
    MS-Off Ver
    Excel 2015
    Posts
    122

    Re: Auto update cell for given date range in next sheet

    Hi,

    Please help ,

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Auto update cell for given date range in next sheet

    Maybe a combination of conditional formatting & formulae can give you the colors for the leaves, but it can also be done in VBA.

    If you need formulae for the closing balance -
    put this formula in AK9 in the tracker sheet =B9-COUNTIF($F9:$AJ9,"AL")

    In AN9, put this formula =E9-COUNTIF($F9:$AJ9,"CL")
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  4. #4
    Forum Contributor
    Join Date
    04-03-2011
    Location
    India
    MS-Off Ver
    Excel 2015
    Posts
    122

    Re: Auto update cell for given date range in next sheet

    Hi,

    I would require a auto update on date range where employee takes a leave

    For Example Employee No : 123 takes a leave from 01/04/2012 to 13/04/2012 which same needs to be updated in tracker sheet with code as AL from 01/04/2012 to 13/04/2012 in horizontal

  5. #5
    Forum Contributor
    Join Date
    04-03-2011
    Location
    India
    MS-Off Ver
    Excel 2015
    Posts
    122

    Re: Auto update cell for given date range in next sheet

    any update ?

+ 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