Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get the formula bar in excel 2003 | Excel Discussion (Misc queries) | |||
Create an if-then formula in Excel to limit column total? | Excel Discussion (Misc queries) | |||
Create New Microsoft Excel Worksheet Has 3 Sheets | Setting up and Configuration of Excel | |||
How to I use ** without Excel thinking I want to type a formula? | Excel Discussion (Misc queries) | |||
How do I create a formula in Excel that will countif or sumif bef. | Excel Worksheet Functions |