Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I've got an Excel file where some cells include zeros and some are empty instead of including zero. I need to have zeros in all empty cells. How to do it for all cells in a sheet? I tried to use a "special copy" - without success. I also tried to change them using Edit from the menu but the empty cells are not found. I use Excel97. There are no formulas, just numbers in the sheet. Please help me. It's urgent. :-) Regards, User |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
Hit function key F5 Click the Special button Select blanks OK This will select all empty cells in the USED RANGE. Enter a 0 in the formula bar then press CTRL ENTER. Biff "User" wrote in message ... Hi, I've got an Excel file where some cells include zeros and some are empty instead of including zero. I need to have zeros in all empty cells. How to do it for all cells in a sheet? I tried to use a "special copy" - without success. I also tried to change them using Edit from the menu but the empty cells are not found. I use Excel97. There are no formulas, just numbers in the sheet. Please help me. It's urgent. :-) Regards, User |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much. It works!!!
Regards, User Użytkownik "Biff" napisał w wiadomości ... Hi! Hit function key F5 Click the Special button Select blanks OK This will select all empty cells in the USED RANGE. Enter a 0 in the formula bar then press CTRL ENTER. Biff "User" wrote in message ... Hi, I've got an Excel file where some cells include zeros and some are empty instead of including zero. I need to have zeros in all empty cells. How to do it for all cells in a sheet? I tried to use a "special copy" - without success. I also tried to change them using Edit from the menu but the empty cells are not found. I use Excel97. There are no formulas, just numbers in the sheet. Please help me. It's urgent. :-) Regards, User |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, Try this out. suppose a2 is blank. write a given below formula is cel b2 =IF(ISBLANK(A2)=TRUE,0,A2) Drag this formula till the cell you require. If the result is upto your satisfaction, then copy the range and paste as value i.e. paste special. Regards. Tejas Shah -- TEJAS SHAH ------------------------------------------------------------------------ TEJAS SHAH's Profile: http://www.excelforum.com/member.php...o&userid=33764 View this thread: http://www.excelforum.com/showthread...hreadid=535340 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "User" wrote in message ... Thank you very much. It works!!! Regards, User Użytkownik "Biff" napisał w wiadomości ... Hi! Hit function key F5 Click the Special button Select blanks OK This will select all empty cells in the USED RANGE. Enter a 0 in the formula bar then press CTRL ENTER. Biff "User" wrote in message ... Hi, I've got an Excel file where some cells include zeros and some are empty instead of including zero. I need to have zeros in all empty cells. How to do it for all cells in a sheet? I tried to use a "special copy" - without success. I also tried to change them using Edit from the menu but the empty cells are not found. I use Excel97. There are no formulas, just numbers in the sheet. Please help me. It's urgent. :-) Regards, User |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Thanks for your advice. As you know Biff sent a solution which works and because it was urgent I used his method. However I'll try your method when I have time.:-) Regards User Hi, Try this out. suppose a2 is blank. write a given below formula is cel b2 =IF(ISBLANK(A2)=TRUE,0,A2) Drag this formula till the cell you require. If the result is upto your satisfaction, then copy the range and paste as value i.e. paste special. Regards. Tejas Shah -- TEJAS SHAH ------------------------------------------------------------------------ TEJAS SHAH's Profile: http://www.excelforum.com/member.php...o&userid=33764 View this thread: http://www.excelforum.com/showthread...hreadid=535340 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Leaving an empty cell empty | Excel Discussion (Misc queries) | |||
Dropping the cell in the empty cell by formula | Excel Discussion (Misc queries) | |||
How do I set a cell to "Empty" so that it does not display in a ch | Charts and Charting in Excel | |||
make a cell empty based on condition | Charts and Charting in Excel | |||
GET.CELL | Excel Worksheet Functions |