Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am attempting to value one cell in a workbook based on whether there is a
value in another cell. I have tried to check for zeros and spaces and neither seems to work. The format of the cell that I am checking is general. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
what do you mean with 'to value one cell'? -- Regards Frank Kabel Frankfurt, Germany "Edith F" <Edith schrieb im Newsbeitrag ... I am attempting to value one cell in a workbook based on whether there is a value in another cell. I have tried to check for zeros and spaces and neither seems to work. The format of the cell that I am checking is general. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The inital value of a cell is blank. In code you can check to see if the
value is equal to "" or in the sheet you can use the IsBlank function. "Edith F" wrote: I am attempting to value one cell in a workbook based on whether there is a value in another cell. I have tried to check for zeros and spaces and neither seems to work. The format of the cell that I am checking is general. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Got my answer, thanks for answering my post
"Frank Kabel" wrote: Hi what do you mean with 'to value one cell'? -- Regards Frank Kabel Frankfurt, Germany "Edith F" <Edith schrieb im Newsbeitrag ... I am attempting to value one cell in a workbook based on whether there is a value in another cell. I have tried to check for zeros and spaces and neither seems to work. The format of the cell that I am checking is general. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The Isblank worked, thanks so much
" wrote: The inital value of a cell is blank. In code you can check to see if the value is equal to "" or in the sheet you can use the IsBlank function. "Edith F" wrote: I am attempting to value one cell in a workbook based on whether there is a value in another cell. I have tried to check for zeros and spaces and neither seems to work. The format of the cell that I am checking is general. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change cell format from text to general on the fly | Excel Discussion (Misc queries) | |||
Cell Format from General | Excel Worksheet Functions | |||
Cell changes from General format to Scientific | Excel Worksheet Functions | |||
Converting data in General Format cell to a number | Excel Discussion (Misc queries) | |||
How to stop a general format cell | Excel Worksheet Functions |