How do i lookup with 2 criteria..

I have the date in column A, column b i have the region (ex Region 1), and i
want to return whats in column C.

=LOOKUP(TODAY(),Auto!A:A,Auto!C:C)

i need it to be more like

=LOOKUP(TODAY() & b:b Region1,Auto!A:A,Auto!C:C)