+ Reply to Thread
Results 1 to 5 of 5

Basic formula i need

  1. #1
    Registered User
    Join Date
    07-28-2018
    Location
    Riyadh
    MS-Off Ver
    2013
    Posts
    18

    Basic formula i need

    HI,
    I want to know which formula should i put in Cell C2, D2 & E2

    so when i put ANYTHING in Cell B2 (it could be text or number)

    some text should automatically show in C2, D2 & E2 as following as shown in below picture.

    Cell C2 should show Care Center.

    Cell D2 should show Driver

    Cell E2 should show Todays date.


    Untitlhjked.jpg


    Thanks.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Basic formula i need

    Try these:

    C2 =IF(B2="","","Care Center")

    D2 =IF(B2="","","Driver")

    E2 =IF(B2="","",TODAY())

    Just note that TODAY() will continuously re-calculate and will therefore always show the current date unless you copy/paste as values.

  3. #3
    Registered User
    Join Date
    07-28-2018
    Location
    Riyadh
    MS-Off Ver
    2013
    Posts
    18

    Re: Basic formula i need

    Quote Originally Posted by 63falcondude View Post
    Try these:

    C2 =IF(B2="","","Care Center")

    D2 =IF(B2="","","Driver")

    E2 =IF(B2="","",TODAY())

    Just note that TODAY() will continuously re-calculate and will therefore always show the current date unless you copy/paste as values.
    Thanks allot.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Basic formula i need

    You're welcome, happy to help. Thanks for the rep!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Basic formula i need

    I have one doubt, here you given only one sample. But let me know column "C" handover to, only one department name or is it multiple. Same for column "D" Receiving by "Driver" every time or some one other also.
    If is it multiple department or person, then attach your sample file with 5-6 sample data.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ 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. Basic formula help!
    By BENTLEY840 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-24-2015, 10:06 AM
  2. Using a cell containing a VLookup Formula in a Basic Multiplication Formula
    By slampert in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-11-2015, 09:20 PM
  3. Formula for tracking stock & sales figures
    By arobinson1984 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-16-2013, 05:01 PM
  4. Replies: 1
    Last Post: 03-04-2012, 12:03 AM
  5. Help with a basic formula
    By nas_t in forum Excel General
    Replies: 3
    Last Post: 12-19-2006, 10:54 AM
  6. Basic formula help
    By pinehead in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-20-2006, 10:10 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