Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Simple problem I'm sure...
if(A1= "*",3,"") A1 contains a formula that may or may not copy text from another worksheet. I realize that the wildcard doesn't work in this context but anything else I have tried comes back "true". Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe: =IF(ISTEXT(A1),3,"")
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Sally in Toronto" wrote: Simple problem I'm sure... if(A1= "*",3,"") A1 contains a formula that may or may not copy text from another worksheet. I realize that the wildcard doesn't work in this context but anything else I have tried comes back "true". Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A1 contains a formula that may or may not copy text from another
worksheet. When you say "may not" does that mean the cell is blank? Maybe this: =IF(A1<"",3,"") < means: is not equal to Biff "Sally in Toronto" wrote in message ... Simple problem I'm sure... if(A1= "*",3,"") A1 contains a formula that may or may not copy text from another worksheet. I realize that the wildcard doesn't work in this context but anything else I have tried comes back "true". Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting a mixed text/number column based on text in another colum | Excel Discussion (Misc queries) | |||
how do I count the number of times text in column A matches text i | Excel Worksheet Functions | |||
convert text-format number to number in excel 2000%3f | Excel Discussion (Misc queries) | |||
Why does this fail? =TEXT(RC3,Number)&" / "&TEXT(R32C,Number) | Excel Worksheet Functions | |||
not able to convert text, or graphic number to regular number in e | Excel Worksheet Functions |