+ Reply to Thread
Results 1 to 5 of 5

Formula to return 'True' or 'False' depending on client plan date.

  1. #1
    Registered User
    Join Date
    03-21-2013
    Location
    Newcastle upon Tyne
    MS-Off Ver
    Office 365
    Posts
    4

    Red face Formula to return 'True' or 'False' depending on client plan date.

    Hi,

    I use Office 365.

    I have a range of two dates: Start and End. These dates refer to dates that a client use our service.

    I need a formula that will say 'True' or 'False' if that client was on a personal plan on the date they started using our service, and if they were still on the plan when they left our service.

    I went through it manually, but it's quite time-consuming, so it would be great if I could have a formula that does it based on the dates.

    Please see example attached,

    Thanks

    Katie
    Attached Files Attached Files
    Last edited by katiedegu; 11-20-2023 at 05:59 AM.

  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,895

    Re: Formula to return 'True' or 'False' depending on client plan date.

    1. Administrative note
    Is your forum profile showing the Excel PRODUCT that you need this request to work with? Are still using XL2003?

    The best solutions often rely on knowing WHICH Office PRODUCT (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date. If you aren't sure, in Excel go to File/Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this.

    The three most recent Excel PRODUCTS are Excel 2019, Excel 2021 and MS365 - if you are using MS365, please give this name along with the Version number in your profile (e.g. MS365 (PC) Version 2211). The version number is in the About Excel section further down the Account page.

    2.Hi and welcome to the forum

    Pictures are of little value. Honestly, no one wants to re-type your data to try and solve your issue. Additionally, we would only be guessing at how your data was structured, ie. formulas, formatting, etc. Additionally, due to how some browsers behave, many of our members cannot see uploaded pictures/images. Please do not take this route.

    Please attach a sample file that represents what you have. The structure of your attachment should be the same structure as your actual data. Any proprietary information should be changed.

    Include in the attachment any code you're currently using (whether it works or not) and an "After" of what you wish the output to be.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    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
    Registered User
    Join Date
    03-21-2013
    Location
    Newcastle upon Tyne
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Formula to return 'True' or 'False' depending on client plan date.

    I have made these changes, thankyou

  4. #4
    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,895

    Re: Formula to return 'True' or 'False' depending on client plan date.

    In D2 =IF(E2<B2,"Yes","No") and copy down
    in F2 =IF(G2<C2,"No","Yes") and copy down

  5. #5
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: Formula to return 'True' or 'False' depending on client plan date.

    In D2:
    =IF(AND(E2<=B2,G2>=B2),"Yes","No")
    F2:
    =IF(AND(G2>=C2,D2<=C2),"Yes","No")

    Copy both down

+ 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. Formula help to return TRUE or FALSE
    By telhearne1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-18-2022, 01:40 PM
  2. [SOLVED] Formula to return a True/False if date equals or before set date
    By chaaar in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 07-23-2021, 07:19 AM
  3. [SOLVED] Formula to return TRUE / FALSE if a date is less that today
    By RobertGallafent in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 04-25-2020, 02:37 AM
  4. Formula to return as true or false
    By mikehk in forum Excel General
    Replies: 17
    Last Post: 01-18-2019, 05:08 PM
  5. [SOLVED] Formula to return a True/False if date equals yesterday's date
    By abbeycrombie in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-17-2013, 11:31 AM
  6. Return True or False if date range falls within current month
    By kieran614 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2013, 12:02 PM
  7. [SOLVED] Easy formula to return a true or false
    By motol in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-03-2006, 10:50 PM

Tags for this Thread

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