Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I've got an issue where I need a formula that when I put a date (or any value) in cell A1, the text 'Closed' is automatically entered in cell B1 - I'm sure I've seen it somewhere before (probably used it too), but I've searched in vain - can anyone help? TIA Dave |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not conditional format, but in B1 you can use the formula
=IF(A1="","","Closed") -- David Biddulph "Dave" wrote in message ... Hi all, I've got an issue where I need a formula that when I put a date (or any value) in cell A1, the text 'Closed' is automatically entered in cell B1 - I'm sure I've seen it somewhere before (probably used it too), but I've searched in vain - can anyone help? TIA Dave |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(LEN(A1)<0,"Closed","")
-- Hope this helps. If it does, please click the Yes button. Thanks in advance for your feedback. Gary Brown "Dave" wrote: Hi all, I've got an issue where I need a formula that when I put a date (or any value) in cell A1, the text 'Closed' is automatically entered in cell B1 - I'm sure I've seen it somewhere before (probably used it too), but I've searched in vain - can anyone help? TIA Dave . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or you could shorten that to =IF(LEN(A1)0,"Closed",""), as it is unlikely
that LEN will be negative. :-) -- David Biddulph "Gary Brown" wrote in message ... =IF(LEN(A1)<0,"Closed","") -- Hope this helps. If it does, please click the Yes button. Thanks in advance for your feedback. Gary Brown "Dave" wrote: Hi all, I've got an issue where I need a formula that when I put a date (or any value) in cell A1, the text 'Closed' is automatically entered in cell B1 - I'm sure I've seen it somewhere before (probably used it too), but I've searched in vain - can anyone help? TIA Dave . |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On 26/01/2010 16:13, Dave wrote:
Hi all, I've got an issue where I need a formula that when I put a date (or any value) in cell A1, the text 'Closed' is automatically entered in cell B1 - I'm sure I've seen it somewhere before (probably used it too), but I've searched in vain - can anyone help? TIA Dave Thank you for your help gentlemen - I now feel rather stupid :( -- Regards Dave |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or perhaps (in B1): =IF(ISBLANK(A1),"","Closed") ?
"Dave" wrote: Hi all, I've got an issue where I need a formula that when I put a date (or any value) in cell A1, the text 'Closed' is automatically entered in cell B1 - I'm sure I've seen it somewhere before (probably used it too), but I've searched in vain - can anyone help? TIA Dave . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What kind of format is that for charting? | Excel Discussion (Misc queries) | |||
Update links question?????????? I'm baffled!!! | Excel Discussion (Misc queries) | |||
Baffled on how to import contact list from Excel into Outlook..... | Excel Discussion (Misc queries) | |||
Not really new but baffled. Where do my posts disappear to?? | New Users to Excel | |||
Completely baffled on what should be simple | Excel Discussion (Misc queries) |