Friday, December 6, 2019

Vlookup

=VLOOKUP(G2,Sheet2!B:H,7,TRUE)
=VLOOKUP(A2,Sheet2!B:B,1,0)

=VLOOKUP(currentsheetcolumn,Sheet2!B:H,7,0)

No comments:

Post a Comment

Create rpm and deb using fpm

Create rpm and deb using fpm  fpm -s dir -t rpm -n unbound-exporter -v 1.0 --prefix /usr/bin unbound_exporter   fpm -s dir -t rpm -n unbound...