+ Reply to Thread
Results 1 to 3 of 3

IF function

  1. #1
    Registered User
    Join Date
    04-24-2014
    Location
    Dallas,Texas
    MS-Off Ver
    Excel 2003
    Posts
    20

    IF function

    To be short and to the point, I've created a risk assessment for my company (rows are list of departments, columns are issues). The risks are labeled 1-5, 5 being the worst, and you can also insert T,P,or E. (T- training needed, P- Policy needed, E- Equipment required). I'm trying to search the risk assesment to for the letter T. When it is found I want excel to pull the department that needs training and drop in in the required traning tab. For example if T, then copy department name and place in table 2. I've tried =IF(SEARCH(cell#,cell#),Department name,""). It works as long as there is a T in the cell. If not, I get the wonderful #Value.

    Any help would be greatly appreciated.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF function

    Try something like this...

    =IF(COUNT(SEARCH(cell#,cell#)),Department name,"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: IF function

    try this to hide errors
    =if(iserr(IF(SEARCH(cell#,cell#),Department name,"")),"",IF(SEARCH(cell#,cell#),Department name,""))
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

+ 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: 13
    Last Post: 04-08-2014, 05:46 AM
  2. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  3. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  4. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  5. Replies: 2
    Last Post: 03-20-2009, 01:29 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