+ Reply to Thread
Results 1 to 2 of 2

Formulas to analyze an entry in other columns

  1. #1
    Registered User
    Join Date
    09-23-2016
    Location
    louisiana
    MS-Off Ver
    2010
    Posts
    1

    Question Formulas to analyze an entry in other columns

    What I wanting to accomplish is . in column insert #'s SAy In b7 have 7.99 B8..9.1 b9..10.1 and on down .
    Then in other columns SAY D column would be formated that if the cell content is of B7 is more than 0 but less than 8 insert cell b7 contents
    Then in other columns SAY E column would be formated that if the cell content is of B7 is more than 8.01 but less than 10 insert cell b7 contents
    Then in other columns SAY F column would be formated that if the cell content is of B7 is more than 10.0 but less than 13 insert cell b7 content

    B7 (Cell D7) if more than 0 = to or less than 8 insert content of B7 (Cell E7) if more than 8.01 and less than or =10 insert content B7
    How Can I get this to work???
    Thanks
    Leonard

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,635

    Re: Formulas to analyze an entry in other columns

    Is this what you are looking for?

    e.g. in D7:

    =IF(AND(B7>0,B7<8),B7,"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Replies: 1
    Last Post: 05-30-2015, 12:42 PM
  2. Data Entry and Formulas
    By chriswiec in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-27-2013, 08:00 PM
  3. NPV Formulas Data Entry
    By [email protected] in forum Excel General
    Replies: 1
    Last Post: 09-12-2009, 10:48 AM
  4. Replies: 2
    Last Post: 09-18-2008, 05:47 AM
  5. Data entry & formulas over picture
    By penny in forum Excel General
    Replies: 3
    Last Post: 03-19-2008, 10:20 AM
  6. Single Function to Analyze Two Columns?
    By Rich NG in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2006, 11:20 AM
  7. Replies: 4
    Last Post: 07-05-2005, 06: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