View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PMBO PMBO is offline
external usenet poster
 
Posts: 10
Default Wildcard characters, IF functions

I'm nesting a function and want to use a wildcard character (which obviously
won't work). The problem is where I have a part of a text string I'm looking
for and it's in a nested IF/AND function that's within a larger function.
IF(AND(F5="Weekly ~ Sat",A1="*hat")
Any suggestions for this portion of my function?