Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use Brad's formula to make it look like the cell was empty
(I'd use "" instead of " " though.) But if you have a formula, then the cell can't be empty. But if you're doing something with that cell later, you could always look to see how it evaluated: =if(c2="",returnonething,returnanother) or if you use Brad's: =if(trim(c2)="","",returnonething,returnanother) Graham wrote: Thank you very much Brad that works fine. Just one thing, is there any way of making C2 have a null value until a part number is entered? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy & Paste Across Sheet Tabs in a Range of Cells | Excel Discussion (Misc queries) | |||
Search, copy and paste help | Excel Discussion (Misc queries) | |||
Excel: copy and paste only shown not hidden cells into new sheet | Excel Discussion (Misc queries) | |||
multiple search criteria to find and copy from sheet1 and paste into sheet2 | Excel Programming | |||
Search, find, copy from sheet1 and paste into sheet2 | Excel Programming |