+ Reply to Thread
Results 1 to 5 of 5

Multiple cells to get value into one cell

Hybrid View

  1. #1
    Registered User
    Join Date
    02-27-2014
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    15

    Multiple cells to get value into one cell

    Hi, I have a spreadsheet that is used to know the status of a job. Depending on which of three columns a date is in it means a different status.

    I can get the status where there are no dates (using a counta formula) but it's the other parts I can only partially get to work.

    See example - any help is apprceiated!

    Attached Files Attached Files

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Multiple cells to get value into one cell

    Try this in C2 and fill down:

    =IF(D2>0,"Complete",IF(E2>0,"Referred",IF(F2>0,"Filed","WIP")))

    - Moo

  3. #3
    Registered User
    Join Date
    02-27-2014
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Multiple cells to get value into one cell

    Moo, thank you! This is my 1st time to use this site so thanks!!

    Could I ask for one more bit to put into the formula? ...

    If there is a date in two columns this would also make the status complete?

    I have reattached with example.

    B.
    Attached Files Attached Files

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Multiple cells to get value into one cell

    Try:

    =IF(OR(D2>0,AND(E2>0,G2>0)),"Complete",IF(E2>0,"Referred",IF(F2>0,"Filed","WIP")))

    - Moo

  5. #5
    Registered User
    Join Date
    02-27-2014
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Multiple cells to get value into one cell

    thank you

+ 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. Reformating multiple cells into multiple rows base on cell value.
    By rrough in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-25-2013, 01:17 PM
  2. Set multiple values of one cell based on other multiple cells
    By slix86 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2013, 06:30 AM
  3. Replies: 2
    Last Post: 06-23-2011, 04:24 AM
  4. Replies: 7
    Last Post: 08-16-2010, 11:48 AM
  5. Creating multiple copies of the same cell (for multiple cells)
    By bastaki in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-21-2009, 07:23 AM

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