Thread: Auto Short
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Auto Short

Hi,

This ARRAY formula will return an exact match or of none exists the higher
number

=MIN(IF(A1:A10=B1,A1:A10))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Fareez" wrote:

Dear Friends
I want a function which should auto short the numbers or letter
EX:
1
2
4
if i enter now 3 it should go above 4 automatically (I am not expert in VBA)