treating a column as an array???????

  • Thread starter Thread starter heiny06
  • Start date Start date
H

heiny06

I want to find/create a function that will sort through a column an
return the cell that has a value greater than 'my number'


in c. i want
i = 0;
while (columnC < 'my number')
i++;

now i can use i as the index that i need.



Any ideas for excel,???
Thanks a lot
 
See one possible answer in programming.

--
Regards,

Tom Ogilvy

heiny06 said:
I want to find/create a function that will sort through a column and
return the cell that has a value greater than 'my number'


in c. i want
i = 0;
while (columnC < 'my number')
i++;

now i can use i as the index that i need.



Any ideas for excel,???
Thanks a lot!


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



~~Now Available: Financial Statements.xls, a step by step guide to

creating financial statements
 
Back
Top