excel Formula

A

anju

where to serch for Formula tab to set up data table from criteria selection
(for V look up function)
 
F

Fred Smith

There is no "Formula tab" required. Put the data table wherever you want. A
common method is to put it on a separate sheet. You would reference this
like:

=vlookup(a1,sheet2!$A:$D,3,false)

Regards,
Fred.
 
Top