+ Reply to Thread
Results 1 to 2 of 2

Need help transferring multiple cells on a conditional basis.

  1. #1
    Registered User
    Join Date
    05-27-2012
    Location
    Columbus, OH
    MS-Off Ver
    Excel 2007
    Posts
    1

    Need help transferring multiple cells on a conditional basis.

    Hi, great forum! I've been poking around for a few minutes and have already picked up a few tricks.

    As a personal side project, I am attempting to simplify and update the way in which my Army unit schedules our daily flights. If you open the attached workbook, you will see that everything is driven by a one-stop shop page named 'Week Schedule'. In the future, I am going to add auto-populating forms required for each flight, however, in the meantime I would be content to just get the Form 5484 working correctly. As you can see for the fictional Monday schedule, the 5484 auto-populates with all the pertinent data and is (For the most part) working as I want it to. For Friday, however, I am trying something new: I'd like to send individual flights to two different 5484s based on whether the flight will fall under the AM or PM periods. You can probably tell my Excel skills are not exactly amazing! I've been barely squeaking by on what I was able to teach myself over the last few days and frankly, I've hit a wall. I can PULL information into a cell, but I'm a little lost in how to SEND it to one cell or another based on time.

    Sorry if this is all confusing and thanks in advance for any help!

    Flight Scheduler.xlsx

  2. #2
    Forum Expert dangelor's Avatar
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    365 Pro Plus
    Posts
    2,275

    Re: Need help transferring multiple cells on a conditional basis.

    Possibly if you precede your IF formulas to check if the time is <=0.5 for AM or >0.5 for PM...

    =IF('Week Schedule'!F3<=0.5,IF('Week Schedule'!D3="","",'Week Schedule'!D3),"")

+ 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