+ Reply to Thread
Results 1 to 4 of 4

Formula Help - Urgent

Hybrid View

  1. #1
    Registered User
    Join Date
    05-30-2016
    Location
    Sydney
    MS-Off Ver
    For Mac 15.21.1
    Posts
    9

    Smile Formula Help - Urgent

    Hey Guys,
    I had help writing this formula yesterday and now need to extend it.

    The basis of what I am trying to achieve is as follows:

    If the value of Column X is between 1 and 8, then mark the corresponding cell in AB as 1 but if the value of Column X is between 8 and 16 mark the cell in AB as 2 but if the value of Column X is between 16 and 24 mark the column in AB as 3.

    What is the formula I would need to put in to AB to make this happen?

    Image attached.

    Thanks guys! really appreciate any help on this.Screen Shot 2016-06-01 at 9.00.24 am.png

  2. #2
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: Formula Help - Urgent

    Hi pip_kay,

    Try this:
    Formula: copy to clipboard
    =IF(X3<=8,1,IF(X3<=16,2,IF(X3<=24,3)))
    Regards,
    Stephen

    If you feel someone has helped you please thank them and click on the star on their post to add reputation.
    Please ensure that you use code tags where relevant, and mark solved threads as solved.
    Most of all please be respectful and understanding of others.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,829

    Re: Formula Help - Urgent

    I can't view your screenshot, but assuming the data starts in row 2, put this formula in AB2:

    =IF(X2<=0,"",INT((X2-1)/8)+1)

    then copy down.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    05-30-2016
    Location
    Sydney
    MS-Off Ver
    For Mac 15.21.1
    Posts
    9

    Re: Formula Help - Urgent

    Stephen, you are BRILLIANT!
    Thank you! that worked perfectly!

    Cheers,
    Pip

+ 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] Urgent! Need to get one row out of that formula:
    By siggiwhite in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-29-2015, 08:42 AM
  2. //// URGENT ///// Need a Formula
    By mk_santhosh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-09-2013, 04:01 PM
  3. [URGENT][Help with a VBA Macro - Maximum with criterias][URGENT]
    By mahmoudmerhi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-04-2013, 03:39 PM
  4. please help with this formula - its urgent
    By seia3a in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2012, 06:19 PM
  5. Urgent Need Help (Formula)
    By Robert Lie in forum Excel General
    Replies: 0
    Last Post: 12-12-2005, 12:40 AM
  6. Urgent Formula Help
    By Peter Curtis in forum Excel General
    Replies: 19
    Last Post: 01-12-2005, 11:05 PM
  7. [SOLVED] Urgent Formula!
    By Peter Curtis in forum Excel General
    Replies: 4
    Last Post: 01-06-2005, 12:06 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