Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joe D
 
Posts: n/a
Default select based on word CDS being in description field

I have a column in a spreadsheet of data which describes certain investments.
A certain type of investment's description always contains the initial
"cds". I would like a formula to look at the field and if the letters cds
appear (in that order) I would like do some math on other parts of the record.

For example if cell b1 contains the letters cds, then add cell c1 and d1,
else 0)

Any help would be appreciated

Joe


--
Joe D
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default select based on word CDS being in description field

=ISNUMBER(FIND("cds",B1)) will return TRUE if "cds" is in cell B1. So you
can build from there; ex: =if(isnumber(find("cds",b1)),c1+d1,0)
--Bruce


"Joe D" wrote:

I have a column in a spreadsheet of data which describes certain investments.
A certain type of investment's description always contains the initial
"cds". I would like a formula to look at the field and if the letters cds
appear (in that order) I would like do some math on other parts of the record.

For example if cell b1 contains the letters cds, then add cell c1 and d1,
else 0)

Any help would be appreciated

Joe


--
Joe D

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Joe D
 
Posts: n/a
Default select based on word CDS being in description field

Thanks, that's perfect.

--
Joe D


"bpeltzer" wrote:

=ISNUMBER(FIND("cds",B1)) will return TRUE if "cds" is in cell B1. So you
can build from there; ex: =if(isnumber(find("cds",b1)),c1+d1,0)
--Bruce


"Joe D" wrote:

I have a column in a spreadsheet of data which describes certain investments.
A certain type of investment's description always contains the initial
"cds". I would like a formula to look at the field and if the letters cds
appear (in that order) I would like do some math on other parts of the record.

For example if cell b1 contains the letters cds, then add cell c1 and d1,
else 0)

Any help would be appreciated

Joe


--
Joe D

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
Select cell from range based on input in excel xp dingy101 Excel Discussion (Misc queries) 3 November 20th 05 12:05 AM
Linking table in Excel to word travis Links and Linking in Excel 1 November 19th 05 02:30 PM
Formula pull factor from chart based on value of diff field? Bill R Excel Worksheet Functions 3 July 30th 05 06:46 PM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Word field codes in Excel data file Includetext mranz Excel Discussion (Misc queries) 1 December 7th 04 11:19 PM


All times are GMT +1. The time now is 08:27 AM.

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

About Us

"It's about Microsoft Excel"