Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default COMBINE function Find and Or

I need to do the fillowing FIND "TON" OR "TUNE" What formula would
do this?
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default COMBINE function Find and Or

You need to elaborate a little on what you want. Where do you need to find
this? Is it in a column or a cell? What do you want to do once you find
it?

wrote in message
oups.com...
I need to do the fillowing FIND "TON" OR "TUNE" What formula would
do this?
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default COMBINE function Find and Or

On May 7, 5:18 pm, "PCLIVE" wrote:
You need to elaborate a little on what you want. Where do you need to find
this? Is it in a column or a cell? What do you want to do once you find
it?

wrote in message

oups.com...



I need to do the fillowing FIND "TON" OR "TUNE" What formula would
do this?
Thanks- Hide quoted text -


- Show quoted text -


Let say cells contain series of info, and I need to locate all thr
cell with "TON" or "TUNE" using Find, Search function.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default COMBINE function Find and Or

If you want to count the number of cells in column A that contain either
"TON" or "TUNE", then:
=COUNTIF(A:A,"TON")+COUNTIF(A:A,"TUNE")

The FIND function looks for a text string within a single cell and then
returns the number of the starting position of the found string. This is
Case-sensitive.
The main difference between FIND and SEARCH, is that SEARCH is not
Case-sensitive.

HTH,
Paul


wrote in message
ups.com...
On May 7, 5:18 pm, "PCLIVE" wrote:
You need to elaborate a little on what you want. Where do you need to
find
this? Is it in a column or a cell? What do you want to do once you find
it?

wrote in message

oups.com...



I need to do the fillowing FIND "TON" OR "TUNE" What formula would
do this?
Thanks- Hide quoted text -


- Show quoted text -


Let say cells contain series of info, and I need to locate all thr
cell with "TON" or "TUNE" using Find, Search function.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find date duplicates Col 2 or Col 3 then combine Col 1 text Vibeke Excel Worksheet Functions 8 April 7th 07 01:02 AM
how to combine an IF Function with a lookup function to determine [email protected] Excel Worksheet Functions 1 December 5th 06 06:09 AM
please help how to combine IF function with Countif function Dinesh Excel Worksheet Functions 6 March 30th 06 08:28 PM
Help - combine OR and AND in IF function svenk Excel Worksheet Functions 3 February 11th 06 03:38 PM
how do i combine IF and OR function Marcel Excel Worksheet Functions 5 November 28th 05 11:41 PM


All times are GMT +1. The time now is 05:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"