Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default enter a value for a cell according to a criteria in an other cell

I am a newbie and I want to do the following. For every cell in column
A with any "5"character in the cell, to have the value "YES'' in
Column D on the same row. You help is much apreciated. Thanks in
advance.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default enter a value for a cell according to a criteria in an other cell

In d1 and drag down

=IF(ISERROR(FIND("5",A1,1)),"","YES")

Mike

"mango" wrote:

I am a newbie and I want to do the following. For every cell in column
A with any "5"character in the cell, to have the value "YES'' in
Column D on the same row. You help is much apreciated. Thanks in
advance.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default enter a value for a cell according to a criteria in an other cell

On 13 Jun, 21:49, Mike H wrote:
In d1 and drag down

=IF(ISERROR(FIND("5",A1,1)),"","YES")

Mike



"mango" wrote:
I am a newbie and I want to do the following. For every cell in column
A with any "5"character in the cell, to have the value "YES'' in
Column D on the same row. You help is much apreciated. Thanks in
advance.- Hide quoted text -


- Show quoted text -


thanks Mike,

How about if I only am looking for a character in the cell
value?......
''......
;

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
Hit enter in cell & move text down in cell, not go to cell below. raoul_duke Excel Worksheet Functions 4 April 2nd 23 08:37 PM
Enter multiple numbers in a cell so total shows when enter keypres newbie Excel Worksheet Functions 2 August 19th 07 12:23 PM
Enter data and press enter to move to specific cell Programing problem[_2_] Excel Programming 2 January 10th 07 03:35 AM
Auto enter date when data in enter in another cell Brian Excel Worksheet Functions 5 December 7th 06 06:44 PM
How to point to (select) a cell to the left from a cell where I enter the = equal sign? Dmitry Excel Discussion (Misc queries) 4 June 30th 06 06:49 AM


All times are GMT +1. The time now is 09:05 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"