+ Reply to Thread
Results 1 to 4 of 4

If A1 value is between 100 and 200 then text in A3...

  1. #1
    Registered User
    Join Date
    02-10-2015
    Location
    roma
    MS-Off Ver
    2013
    Posts
    21

    If A1 value is between 100 and 200 then text in A3...

    Hi everybody,

    id like to have the formula in case a value in A1 is between 100 and 200 then text in A3 is 10%, if the value in A1 is between 201 and 300 then the text in A3 is 20%.
    Thanks for your help

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,617

    Re: If A1 value is between 100 and 200 then text in A3...

    to answer exactly the question in A3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    01-23-2014
    Location
    Romania
    MS-Off Ver
    Excel 2016
    Posts
    54

    Re: If A1 value is between 100 and 200 then text in A3...

    =IF(AND(A1>100,A1<=200),10%,IF(AND(A1>200,A1<=300),20%,""))

    you can change to >=, if necessary, and replace the "" with the value you want to be filled, in case the conditions are not met.

  4. #4
    Registered User
    Join Date
    02-10-2015
    Location
    roma
    MS-Off Ver
    2013
    Posts
    21

    Re: If A1 value is between 100 and 200 then text in A3...

    Thanks everybody i solved i dont know where to put solved anyway ill leave my feedback

+ 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] Need to Mod Code on red text, I have VBA to distinguish Paid(Black Text) Unpaid(Red Text)
    By Garbology in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-11-2014, 07:55 PM
  2. [SOLVED] function IF to return text based if text contains exact text
    By in nomine noctis in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-05-2013, 06:25 AM
  3. Replies: 0
    Last Post: 04-22-2013, 12:13 PM
  4. Macro to Parse Text - Import text to Excel from Multiple Text Files & Folders
    By Novice_To_Excel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-02-2012, 01:05 AM
  5. [SOLVED] Use .text from previous text box in form to prefill text in second text box
    By chromachem in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-23-2012, 10:04 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