+ Reply to Thread
Results 1 to 2 of 2

If AND or similar formula to adjust column with periodic changes throughout day

  1. #1
    Registered User
    Join Date
    06-18-2019
    Location
    Dallas, Texas
    MS-Off Ver
    windows 2013
    Posts
    72

    If AND or similar formula to adjust column with periodic changes throughout day

    I have a sheet with a list of rates for years 2023-2052. We receive updates periodically throughout the day and the updates come over in bins that are not always the same (2023; 2023-2052; 2034-2046 etc) (also see example on sample book).

    Each of these updates could be cuts/bumps to the original rates in the column. I am trying to create an entry where I can select a certain range and enter the period updates in a cell to update the original column based off of how much it went down or up. Right now I have a simple IF AND formula and need some guidance on which direction to go in.

    Please refer to sample excel sheet to help further explain visually
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,534

    Re: If AND or similar formula to adjust column with periodic changes throughout day

    I would assume that x and y are place holders.
    It seems to me that since y is the place holder for the value to be displayed if the year is not within the range between Start and End that the "value if false" argument should be C15
    i.e.: =IF(AND(B15 >= Start, B15 <= End), "x",C15)
    Since 2023 is within the range and based on the data in the file, please tell us the numeric value that you expect in cell D15 and why.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. [SOLVED] Adjust formula to read from given column
    By plans in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-07-2020, 10:50 AM
  2. Auto-adjust # of rows in a column that have a formula based on adjacent column data?
    By Norcal1 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 05-31-2018, 02:03 PM
  3. How to adjust this formula to account for an extra column?
    By VahidSamimi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-22-2017, 09:03 AM
  4. [SOLVED] Filter column and put formula in adjust row
    By hudson andrew in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-24-2016, 06:36 AM
  5. How to create formula to make periodic
    By archavito13 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-05-2014, 02:27 AM
  6. [SOLVED] Periodic payment formula
    By G-Cannman in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-27-2013, 02:40 PM
  7. [SOLVED] Auto Adjust Stacked Column Need to Adjust Legend
    By tbren in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-29-2013, 01:56 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