Rabu, 13 Juli 2016

Re: [ExcelVBA] Re: Formula to return column number

 

You can use the MATCH() function to return the "relative position".

like:
=MATCH("Category",$A$1:$C$1,0)

Keep in mind that the "relative position" is related to the position in the "array".
so, if your array begins with column A, then the position will be the same as the column number.
If you select column headings column C through X (for example)
then if the matched value is in column C, then the MATCH() function would return a (1)
and you'd have to treat it accordingly.
 
Paul
-----------------------------------------
"Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can." - John Wesley
-----------------------------------------


On Tuesday, July 12, 2016 10:44 PM, "who1012000@yahoo.com [ExcelVBA]" <ExcelVBA@yahoogroups.com> wrote:


 
Hello,

=column() in a cell gives you the column of the active cell. Thanks, David


__._,_.___

Posted by: Paul Schreiner <schreiner_paul@att.net>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

----------------------------------
Be sure to check out TechTrax Ezine for many, free Excel VBA articles! Go here: http://www.mousetrax.com/techtrax to enter the ezine, then search the ARCHIVES for EXCEL VBA.

----------------------------------
Visit our ExcelVBA group home page for more info and support files:
http://groups.yahoo.com/group/ExcelVBA

----------------------------------
More free tutorials and resources available at:
http://www.mousetrax.com

----------------------------------

.

__,_._,___

Tidak ada komentar:

Posting Komentar