+ Reply to Thread
Results 1 to 3 of 3

formula

Hybrid View

  1. #1
    Registered User
    Join Date
    05-05-2012
    Location
    LA
    MS-Off Ver
    Excel 2007
    Posts
    1

    formula

    need a formula
    if c7 on sheet1 = x
    the data from b7 and d7 onsheet1 needs to transfer to a1 and b1 on sheet2

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: formula

    Try

    Sheet2!A1: =IF(Sheet1!C7="x",Sheet1!B7,"")
    Sheet2!B1: =IF(Sheet1!C7="x",Sheet1!D7,"")

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: formula

    Hi Howard, welcome to the forum.

    Please take a moment to read the forum rules (link in my signature below) and then amend your thread title to something descriptive of your problem. Once you have done this, please send me a PM and I will remove this request.

    Thank you.

+ 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