+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : This or that formula depending on if the cell does show information or not.

  1. #1
    Registered User
    Join Date
    06-23-2010
    Location
    Stockholm
    MS-Off Ver
    Excel 2003
    Posts
    18

    This or that formula depending on if the cell does show information or not.

    Hi NVBC,

    if i want to make a formula that says: if this cell is populated then use this formula =IF('BW DOWNLOAD'!K35<>"";'BW DOWNLOAD'!K35;IF('BW DOWNLOAD'!K34<>"";'BW DOWNLOAD'!K34;"")) and is the cell is does not show anything then use this Vlookup formula, how do i do. Note that all cells have a formula in them but not all of the cells does show any info.

    Thank you very much.

    Saber

  2. #2
    Forum Contributor
    Join Date
    07-01-2010
    Location
    United States, Washington DC
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: This or that formula depending on if the cell does show information or not.

    Try =IF(A1=0,insert Vlookup formula,IF('BW DOWNLOAD'!K35<>"";'BW DOWNLOAD'!K35;IF('BW DOWNLOAD'!K34<>"";'BW DOWNLOAD'!K34;"")))

    Here I am assuming that A1 is where you are starting, and that you have a vlookup formula that already works (but hasn't been posted).

    If a cell is empty it is essentially reading 0, so that is how the logical portion of my equation works.

    Hope this helps!

+ 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