ses-select

ses-select is a Lisp macro in `ses.el'.

(ses-select FROMRANGE TEST TORANGE)

Select cells in FROMRANGE that are `equal' to TEST.
For each match, return the corresponding cell from TORANGE.
The ranges are macroexpanded but not evaluated so they should be
either (ses-range BEG END) or (list ...). The TEST is evaluated.