+ Reply to Thread
Results 1 to 2 of 2

I want data in column d to reflect in column c only when columns a and b match

  1. #1
    Registered User
    Join Date
    05-13-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    I want data in column d to reflect in column c only when columns a and b match

    I have variable data in "Column D" that I want to reflect in "Column C" ONLY WHEN data in "Column A" and "Column B" match. Can someone please assist in putting this in extremely easy, step by step tems? Thanks.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: I want data in column d to reflect in column c only when columns a and b match

    Maybe, in C2

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

    otherwise, please provide clarification.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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