+ Reply to Thread
Results 1 to 4 of 4

IF Function

  1. #1
    Registered User
    Join Date
    01-20-2014
    Location
    Space
    MS-Off Ver
    Excel 2010
    Posts
    6

    IF Function

    I have a list of numbers and I need the IF function to do the following -

    Put stars (i.e. ***) into the cells adjacent if the function changes sign (ie, -ve or +ve) over the corresponding intervals (e.g. A1 to A2, A2 to A3, etc.).

    “IF” functions that put the upper and lower limits the containing cells when the changes have been detected

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

    Re: IF Function

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    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
    01-20-2014
    Location
    Space
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: IF Function

    For example in the root column I need it to show a *** or any sort of marker at the point where the sign changed, then also show the lower and upper limits in that row so 0.0280 lower and 0.048 upper
    Attached Files Attached Files
    Last edited by Hi1; 01-23-2014 at 05:02 PM.

  4. #4
    Registered User
    Join Date
    01-18-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: IF Function

    Put this formula in cell C7 and drag down:
    =IF(OR(AND(B7>0,B6<0),AND(B7<0,B6>0)),"***","")

    It will make the first cell of a different sign ***. Is that what you're looking for?

+ 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. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  2. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  3. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  4. Replies: 2
    Last Post: 03-20-2009, 01:29 PM
  5. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 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