+ Reply to Thread
Results 1 to 3 of 3

PLEASE HELP-- IF functions,...

Hybrid View

  1. #1
    Registered User
    Join Date
    11-17-2014
    Location
    lyons, ga
    MS-Off Ver
    2007
    Posts
    2

    Post PLEASE HELP-- IF functions,...

    [ATTACH]3593Untitled.jpgtime-tracking-template (1).xlsx67[/ATTACH]

    Here is what I need: In the hours shipped column.. (I14)
    IF the task ID contains the word Shipping Multiply Hours x1
    If the task ID does not contain the word shipping Multiply Hours x0

    I need to see the function too b.c i have to do the same for Hours Received but if the word Received is under Task ID.

    Also the Task ID is a pivot table that has like 3 or 4 options for each location (Shipping-TL, Shipping- LTL...etc)

    Thank you in advance.. Not matter what I enter i get this error #NAME

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: PLEASE HELP-- IF functions,...

    Try in J14

    =IF(ISNUMBER(SEARCH("Shipping",[@[Task ID]])),1,0)*I14
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    11-17-2014
    Location
    lyons, ga
    MS-Off Ver
    2007
    Posts
    2

    Re: PLEASE HELP-- IF functions,...

    Thank you thank you thank you! Worked like a charm!!!

+ 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. Which Excel functions work in user-defined functions ?
    By RogeratCCCC in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 04-28-2012, 06:47 PM
  2. Replies: 1
    Last Post: 02-10-2012, 05:27 PM
  3. Replies: 0
    Last Post: 11-15-2007, 05:24 AM
  4. Replies: 2
    Last Post: 07-13-2006, 11:30 PM
  5. [SOLVED] Conversion from Spreadsheet Toolkit functions (ESSV....) to EssBase API functions
    By sujay in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2006, 05:20 AM

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