+ Reply to Thread
Results 1 to 2 of 2

Conditional value

  1. #1
    Registered User
    Join Date
    11-20-2018
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    1

    Conditional value

    I am trying to populate a new field based on two exisiting fields.

    For example, If Cell A is blank, populate Cell C with Cell B value.

    Cell A - blank
    Cell B - Canada

    Cell C - Canada

    Thank you

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Conditional value

    Welcome to the Forum priyap!

    Suppose cells A, B, and C are actually A1, B1, and C1. Put this formula in C1:

    =IF(A1="",B1,"")
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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: 6
    Last Post: 02-15-2018, 11:54 PM
  2. Macro to set up conditional message based on results of conditional formatting
    By paysola in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-04-2016, 12:38 AM
  3. Conditional sums based on conditional drop down selections
    By susanlinsfu in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-10-2016, 02:29 PM
  4. [SOLVED] Conditional Statement for Negative Numbers inside a Conditional Formula
    By kuzniak in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 12-18-2015, 11:17 PM
  5. Replies: 2
    Last Post: 12-05-2014, 07:15 AM
  6. Replies: 3
    Last Post: 05-15-2012, 04:13 PM
  7. Conditional Formatting Code - Deletes Wrong Conditional Format
    By RSpecianJr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-29-2010, 10:53 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