Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel 2003
I'm using transferspreadsheet function from Access 2003 to move data to Excel. The workbook has 2 worksheets, 1 is the data from Access, and the other is a sheet that contains formatting to display the data in the format desired. All cells on the formatted sheet refer to the same cell on the Access sheet. (ex: =Attendance!A1) All cells that refer to an empty cell displays 0 (zero), I need them to be empty. Any ideas or suggestions? Am I going about getting a formatted sheet in Excel with data from Access in the right fashion? Thanks Dale |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
All cells that refer to an empty cell displays 0 (zero), I need them
to be empty. Try it like this: =IF(Attendance!A1="","",Attendance!A1) The cell will *appear* empty but a cell that contains a formula is *never* empty. -- Biff Microsoft Excel MVP "Dale" wrote in message ... Excel 2003 I'm using transferspreadsheet function from Access 2003 to move data to Excel. The workbook has 2 worksheets, 1 is the data from Access, and the other is a sheet that contains formatting to display the data in the format desired. All cells on the formatted sheet refer to the same cell on the Access sheet. (ex: =Attendance!A1) All cells that refer to an empty cell displays 0 (zero), I need them to be empty. Any ideas or suggestions? Am I going about getting a formatted sheet in Excel with data from Access in the right fashion? Thanks Dale |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying formulas using "+" cell reference causes r1c1 in linked sh | Excel Discussion (Misc queries) | |||
How do I reference a cell as PART of a vlookup "Table_Array" locat | Excel Worksheet Functions | |||
When I type "13" the spreadsheet shows "14." Possibilities? | Excel Discussion (Misc queries) | |||
In Excel a cell formatted "currency" shows "######" help! | Excel Worksheet Functions | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |