![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
I need to edit a column,lets say column F to insure that a text Invalid Code is displayed if column C is containing less than 30 or more than 49 (Numbers)
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=IF(OR(COUNT(C:C)<30,COUNT(C:C)>49),"Invalid Code","") [ This Message was edited by: Aladin Akyurek on 2002-03-04 06:02 ] |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
In column F:
=if(or(c2<30,c2>49),"Invalid","")
__________________
~Anne Troy |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|