View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default If Formula When Contains Partial Word

=if(A4-"*Microsoft*","Rolling deposit","")

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"zeetoe04" wrote in message
...
Hi everyone,

I'm trying to link these two sheets together as far as making them
easier to integrate.

I have this main sheet thats full of every group that will be coming
to our establishment in the next 20 years. These groups are named for
example "Microsoft Oct 09", "Microsoft Dec 11", etc
- From a VLookup it pulls if they have a deposit or not from a hidden
area
- From an IF formula, it pulls if it is a certain sales managers
initials and returns "SOCIAL RMS".

I want to integrate a third formula to do the following: I have a
small list (about 10 or so) of company names only - So it says
"Microsoft". These are deposits that stay on file in a separate area
of our accounting team.

I want add a column with the formula that says "If the group name
contains the word Microsoft, then say rolling deposit".

What I'm having difficulty with is getting it to pull it if it
CONTAINS the word. Please let me know if you have any suggestions for
enhancing my sheet.

BACKGROUND ON SHEET:
COLUMNS:
Group code, Group name, Sales person, (1) VLOOKUP to see if deposit on
file in alternate hidden area, (2) IF ERROR in prev column, (3) IF
prev col = true return 0 if false return deposit amount, and currently
my last column (the only one unhidden since the sales person) is an
(4) if the salesperson is MVW return value of social rms- if not
return deposit amount from col 3