Formula help

hepwalla

New Member
Joined
Jun 22, 2013
Messages
2
I have two sheets. Sheet2 column A has rows of continuous dates from 1992 to current and then columns with weather data (Temp, RH, Wind Speed) per date row. Sheet1 column A has rows of date from 1992 however some of these dates are missing and some have duplicates. Sheet1 then has unique value rows (Cause, Size).
On sheet1 I want to add the Temp, RH, and Wind Speed Columns and then populate the rows using a formula that will match the date. So if the Date in Sheet1 column A matches the Date in Sheet2 column A then the Temp is ___). Hope this is clear, I really appreciate the help and formula!
Sheet1TempRH
DateSizeCauseName
01/02/1992101Jones7822
01/04/1992.257Struggle
01/13/199236Swamp

<TBODY>
</TBODY>


Sheet2
DateTempRHPrecip
01/01/19928623.05
01/02/199278220
01/03/19927726.25

<TBODY>
</TBODY>
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
In E2 and copy right and down,

=IF(LOOKUP($A2, Sheet2!$A:$A) = $A2, LOOKUP($A2, Sheet2!$A:B), "")
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,930
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top