Search : in
By :

Get one value from a text coloumn

Babar, on Nov 6, 2009 3:19:08 pm GMT 
 Report this message to moderators

Hello,

i have a text data listed in 1 coloumn, at one time there will be a 1 name shown in the coloumn

VALUE

BABAR
-
-
-
-
-
-

OR

VALUE
-
-
AMIR

i need that the name listed in the coloumn comes to top instead of VALUE

there must be only 1 name listed in the coloumn

I apiif you can help me on this

Bye
Babar

Best answers for « get one value from a text coloumn » in :
Do I need a firewall and where can I get one? Show Do I need a firewall and where can I get one? With all theses malwares ,viruses etc firewalls are absolutely necessary if you use a broadband connection (DSL, Cable, Satellite, etc.). Their aim is to protect you from intrusion and attack...
VB6 Finding the RGB values of a color ShowVB6 Finding the RGB values of a color Dim R as integer Dim G as integer Dim B as integer Sub FindRGB(Col As Long) R = &HFF& And Col G = (&HFF00& And Col ) \ 256 B = (&HFF0000 And Col ) \ 65536 End Sub Note: Here...
Adding data from one column using another ShowAdding data from one column using another Issue Solution Note Issue I am having a real problem with an Excel formula. I have a worksheet with variable rows and a number of columns. I need to add together the values of particular...
[Sed] Delete one or more lines from a file Show[Sed] Delete one or more lines from a file Removing one (or several) line (s) of a file Syntax: sed '{[/]||[/]}d' sed '{[/][,][/]d' /.../=delimiters n = line number...
Download Blender for Mac ShowBlender is software for 3D modeling, create animations, make realistic renderings or post-production. This software is available on most operating systems GNU GPL (open source) Get one. Zip Installation by Drag & Drop in the Applications...
Spreadsheet - Text Operators ShowConcatenation Operator Spreadsheets generally use an oeprator, called a concatenation operator , that allows two text values to be added together. The concatenation operator, written as &, is used as follows: In the above example, the cell...