+ Reply to Thread
Results 1 to 3 of 3

How do I .........

  1. #1
    Registered User
    Join Date
    07-19-2005
    Posts
    2

    Angry How do I .........

    Hi guys, a newbie here....Is it possible for the following?

    Into cell M9
    If cell G6 is blank insert into cell M9..cell A6,
    OR
    if cell G7 is blank insert into cell M9 ...cellA7
    OR
    if cell G8 is blank insert into cell M9 ...cellA8

    Any help appreciated


    milton

  2. #2
    aristotle
    Guest

    RE: How do I .........

    =IF(ISBLANK(G6),A6,IF(ISBLANK(G7),A7,IF(ISBLANK(G8),A8,"No condition met")))

    "miltont" wrote:

    >
    > Hi guys, a newbie here....Is it possible for the following?
    >
    > Into cell M9
    > If cell G6 is blank insert into cell M9..cell A6,
    > OR
    > if cell G7 is blank insert into cell M9 ...cellA7
    > OR
    > if cell G8 is blank insert into cell M9 ...cellA8
    >
    > Any help appreciated
    >
    >
    > milton
    >
    >
    > --
    > miltont
    > ------------------------------------------------------------------------
    > miltont's Profile: http://www.excelforum.com/member.php...o&userid=25345
    > View this thread: http://www.excelforum.com/showthread...hreadid=388253
    >
    >


  3. #3
    Registered User
    Join Date
    07-19-2005
    Posts
    2

    Thanks

    Thanks, it works great..........

+ 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