Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RaY RaY is offline
external usenet poster
 
Posts: 164
Default Auto fill of cell with information from seperate sheet

What I am trying to do is have a specific number entered into a cell when
another cell has a specific number in it.

Example:

sheet 1 - c49 has '67' and g49 must say '.988'

('67' is a temp. and '.988' is a specific gravity of a liquid)

sheet 2 column 1 has numbers 0 through 100 (tempertures)
sheet 2 column 2 has corresponding numbers for column 1 ie...a68 will equal
..988 (specific gravity)

Isn't there funtion that will automatically enter the specific gravity for
the entered temperture?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Auto fill of cell with information from seperate sheet

Use a VLOOKUP formula in G49 of Sheet1

=VLOOKUP(C49,Sheet2!$A$1:$B$100,2,FALSE)

Enter a temperature in C49 to return the SG for that temperature into G49


Gord Dibben MS Excel MVP


On Wed, 13 Jun 2007 16:41:00 -0700, Ray wrote:

What I am trying to do is have a specific number entered into a cell when
another cell has a specific number in it.

Example:

sheet 1 - c49 has '67' and g49 must say '.988'

('67' is a temp. and '.988' is a specific gravity of a liquid)

sheet 2 column 1 has numbers 0 through 100 (tempertures)
sheet 2 column 2 has corresponding numbers for column 1 ie...a68 will equal
.988 (specific gravity)

Isn't there funtion that will automatically enter the specific gravity for
the entered temperture?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to auto fill information from a table to another sheet cmaki1975 Excel Worksheet Functions 1 January 15th 07 05:34 PM
Fill a seperate cell with info depending on the input in another c Nevermore Excel Discussion (Misc queries) 2 November 14th 06 11:33 PM
auto fill from another sheet in excel bluegrass Excel Worksheet Functions 2 April 9th 06 07:45 PM
Auto-fill cell based on adjacent cell information.. sans Excel Worksheet Functions 1 October 17th 05 11:38 PM
Seperate Cell Information (lastname, firstname) JFALK Excel Discussion (Misc queries) 6 August 5th 05 09:41 PM


All times are GMT +1. The time now is 07:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"