Logo 
Search:

VB.Net Forum

Ask Question   UnAnswered
Home » Forum » VB.Net       RSS Feeds

retrive a column value

  Asked By: Priya    Date: Jan 04    Category: VB.Net    Views: 5412
  

Hi...
my input matrix (This will be actually in excel sheet)is like this..
points 1 2 3 4 5
1 0 70 10 -57 40
2 -20 0 30 -62 5
3 10 24 0 18 12
4 -20 12 -2 0 40
5 10 5 4 -0.7 0

I want to find first three smallest values in each row except zero and also i need to retrive the column value for that corresponding points......

The result would be like this..
points A B C
1 4 3 5
2 4 1 5
3 - - -
4 - - -
5 - - -

Could you give me a code for this concept in VB.net as a front end and MS Excel sheet as a backend.....
Thank You........

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on retrive a column value Or get search suggestion and latest updates.




Tagged: