+ Reply to Thread
Results 1 to 2 of 2

create an excel formula with contitions

Hybrid View

  1. #1
    cuvi
    Guest

    create an excel formula with contitions

    I am trying to create a formula that will show contents of a cell from
    another page in a workbook. The conditions are if the cell has times in it,
    show the times but if it has nothing remain blank.

  2. #2
    GerryK
    Guest

    create an excel formula with contitions

    Put this in Sheet 1 A1
    =IF(ISNUMBER(Sheet2!A1),Sheet2!A1,"-- ")
    Sheet 2 A1 has your time (eg. 1:30) then format Sheet1 A1
    as Time, result will be 1:30:00 AM.

    >-----Original Message-----
    >I am trying to create a formula that will show contents

    of a cell from
    >another page in a workbook. The conditions are if the

    cell has times in it,
    >show the times but if it has nothing remain blank.
    >.
    >


+ 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