A simple macro will do the trick
Sub Macro2()
Range("b4") = Range("h2").Value
Range("b5") = Range("i2").Value
End Sub
If you don't know anything about macros - do a google search for "Excel
macros"

Signature
Wag more, bark less
> I have created a lattitude/longitude spreadsheet, wherein I search the
> lattitudes and longitudes of various cities in order to compute the distance
[quoted text clipped - 16 lines]
>
> FLKulchar
FLKulchar - 26 Jul 2008 13:30 GMT
Thanks..but, too bad, I know nothing about macros...it is about time I
learned, but I find all the "help" centers not to my liking; perhaps I need
to take a class in MACROS!
Thanks,
FLKulchar
>A simple macro will do the trick
>
[quoted text clipped - 30 lines]
>>
>> FLKulchar
FLKulchar - 26 Jul 2008 13:43 GMT
Can I record this macro by typing exactly what you wrote?
Do I need to select one of my cells to do so?
>A simple macro will do the trick
>
[quoted text clipped - 30 lines]
>>
>> FLKulchar
Gord Dibben - 26 Jul 2008 14:40 GMT
Why are you copying H2 and I2 and pasting to B2 and B5?
In B2 enter =H2
In B5 enter =I2
As H2 and I2 change so shall B2 and B5
Gord Dibben MS Excel MVP
>Can I record this macro by typing exactly what you wrote?
>
[quoted text clipped - 33 lines]
>>>
>>> FLKulchar