Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hit enter in cell & move text down in cell, not go to cell below. | Excel Worksheet Functions | |||
Enter multiple numbers in a cell so total shows when enter keypres | Excel Worksheet Functions | |||
Enter data and press enter to move to specific cell | Excel Programming | |||
Auto enter date when data in enter in another cell | Excel Worksheet Functions | |||
How to point to (select) a cell to the left from a cell where I enter the = equal sign? | Excel Discussion (Misc queries) |