+ Reply to Thread
Results 1 to 2 of 2

reimbursement exp :Running dates to stop after travel end date

  1. #1
    Registered User
    Join Date
    03-24-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    11

    reimbursement exp :Running dates to stop after travel end date

    Hi, how can I edit my formula to show blank after the travel date ends?

    Currently dates are running based on start of travel date +1.
    However it will show up an error # after the last date.

    Your guidance is much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: reimbursement exp :Running dates to stop after travel end date

    Add an extra clause to your IF statement, e.g. in cell K3:

    =IF(J$3="","",IF(J$3+1<=$P$1,J$3+1,""))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

+ 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