praveen_ce
New Member
Hi ppl
I am facing this below problem from long time
I have table
[pre]
[/pre]
if input for A is 2.5 and i want output of x or y or z
then all built in formulas excel gives "less than value "
like if i put
=MATCH(A_value,A_list,1)
it gives as 2 not 3
I cant use greater than function as it gives error and same with lookup function
is there a way i can tackle this issue
normally i just add +1 to it n carry on with my work
I am facing this below problem from long time
I have table
[pre]
Code:
A---X----Y----Z
1---10---20---30
2---20---40---60
3---30---60---90
if input for A is 2.5 and i want output of x or y or z
then all built in formulas excel gives "less than value "
like if i put
=MATCH(A_value,A_list,1)
it gives as 2 not 3
I cant use greater than function as it gives error and same with lookup function
is there a way i can tackle this issue
normally i just add +1 to it n carry on with my work