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: 5576
  

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: 

 

2 Answers Found

 
Answer #1    Answered By: Mystic Boy     Answered On: Jan 04

First of all I would like to tell you that this is not the good practice for asking question. You are asking code by giving us a concept? Are you not a programmer? If so, go and first try yourself. You know what are your inputs and what are you outputs.

Brainstorm it and do coding. If you got stuck on the way while coding then you need to ask the being specific where you got the problem. That the way to get help from forums and all other senior programmers.

Actually we will be giving you hints and direction to go... not a whole bunch of ready project.

Regards
MysticBoy

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




Tagged: