Praveen,
Array enter (enter using Ctrl-Shift-Enter) a formula like
=SUM(LEN(A2:A100)-LEN(SUBSTITUTE(LOWER(A2:A100),LOWER(D2),"")))/LEN(D2)
Where D2 contains the word you are looking for, and A2:A100 have the sentences.
Note that this will also look at word parts and will ignore case: if you are looking for the word
"Sheet", it will count Sheet, sheet, spreadsheet, sheets, etc.
HTH,
Bernie
MS Excel MVP
"praveen" <(E-Mail Removed)> wrote in message
news:EBA96635-A7F8-4D0D-AB90-(E-Mail Removed)...
> Hi,
> I've a Spread sheet where a word comes in different part of a sentence. Is
> there any way to list the find how many times the word is repeated.
>
> Regards,
> Praveen..
|