+ Reply to Thread
Results 1 to 4 of 4

Help with IF statement

  1. #1
    Registered User
    Join Date
    05-21-2014
    Posts
    6

    Help with IF statement

    I am trying to do a spreadsheet that looks at a specific cell to see if it says "Service" in column U, then look at column AW to see if it is greater than 3000, if it is return shop and if it isn't return field. If the text in column U does not = "Service" then it should automatically become the text in column U. All my formulas will be in Column S.

    Thank you!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Help with IF statement

    Try

    =IF(U2="Service",IF(AW2>3000,"Shop","Field"),U2)

  3. #3
    Registered User
    Join Date
    05-21-2014
    Posts
    6

    Re: Help with IF statement

    Thank you! Solved.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Help with IF statement

    You're welcome.

+ 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. compile error expected line number statement end statement
    By mattress58 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-18-2014, 10:12 AM
  2. VBA Compile Error : line number or label or statement or end of statement
    By excellearner121 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-04-2013, 06:41 PM
  3. Replies: 4
    Last Post: 06-01-2012, 10:05 AM
  4. Replies: 4
    Last Post: 05-16-2012, 05:33 PM
  5. [SOLVED] Utilize a Select Case Statement in Target Intersect Statement
    By max57 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-29-2009, 08:55 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