View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Emece Emece is offline
external usenet poster
 
Posts: 82
Default Formula to select values

I have a column with different numbers, I want a formula that picks values
from that column in order to sum a number which I specify.

Example:

A
1 10
2 20
3 30
4 50

If I specify 40 in another cell, the formula should pick the values in A1
and A3: 10 and 30.

Thanks in advance

Regards,
Emece.-