excel Formula

  • Thread starter Thread starter anju
  • Start date Start date
A

anju

where to serch for Formula tab to set up data table from criteria selection
(for V look up function)
 
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.
 
Back
Top