+ Reply to Thread
Results 1 to 2 of 2

Excel Date/Multiple Requirement Formula

Hybrid View

  1. #1
    Registered User
    Join Date
    07-19-2013
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    Excel Date/Multiple Requirement Formula

    Hello, I am creating a refund sheet for work and trying to come up with a formula for the following:

    Question: If the student withdrawals within 7 days after their study begins

    If Yes: Is the student Domestic, If Yes = Full Fee Refund - $250 or Is Student is International , If Yes = Full Fee Refund - $400

    If No: N/A

    If anyone could help i would greatly appreciate it.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,115

    Re: Excel Date/Multiple Requirement Formula

    that can be put together in a Nested IF

    just need some cell info

    date study begins = A2
    date of withdrawal = B2
    Student domestic/internation = C2 = any other choice assuming only those two choices in C2
    fee paid = D2

    =IF ( B2-A2 >7 , N/A , IF( C2 = "domestic", D2-250 , D2-400 ) )
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Restrict Randbetween formula to use as per my requirement
    By harishs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-09-2011, 01:12 AM
  2. what formula is required for my requirement?
    By chennaidude in forum Excel General
    Replies: 2
    Last Post: 09-16-2010, 01:48 AM
  3. Date Shift Formula Requirement
    By henrythompson in forum Excel General
    Replies: 2
    Last Post: 07-08-2009, 07:01 AM
  4. [SOLVED] Can anybody help on an excel formula requirement.....?
    By Thyagaraj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2006, 06:35 AM
  5. formula requirement
    By pcor in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 01-07-2006, 06:50 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