Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lisa
 
Posts: n/a
Default Help with a function

If column A="TMT" then I want it to go to column h and pick up the value.
How do I set this up?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

=if(a2="tmt",h2,"")
Hi, Lisa. What did you want if it doesn't = TMT? I made it so the cell
remains blank.
************
Anne Troy
www.OfficeArticles.com

"Lisa" wrote in message
...
If column A="TMT" then I want it to go to column h and pick up the value.
How do I set this up?



  #3   Report Post  
Lisa
 
Posts: n/a
Default

that works but how do we set it for the entire column?

"Anne Troy" wrote:

=if(a2="tmt",h2,"")
Hi, Lisa. What did you want if it doesn't = TMT? I made it so the cell
remains blank.
************
Anne Troy
www.OfficeArticles.com

"Lisa" wrote in message
...
If column A="TMT" then I want it to go to column h and pick up the value.
How do I set this up?




  #4   Report Post  
Mike Punko
 
Posts: n/a
Default

Use the Fill function by selecting the cell in which the =IF(A2="tmt",H2,"")
code is placed. Lets say B2, then put your cursor over the bottom righthand
corner of the cell, your cursor should change to a + symbol. Hold down your
Left moouse button and drag down. This will change the code in the following
way.

A B C D E F G H
2 =IF(A2="tmt",H2,"")
3 =IF(A3="tmt",H3,"")
4 =IF(A4="tmt",H4,"")

If you wish to keep any of the code the same like the referance to A2 then
put a $ in front of the referance you wish to keep. A2 woudl become $A$2 When
you do the fill option your code will look like this.

A B C D E F G H
2 =IF($A$2="tmt",H2,"")
3 =IF($A$2="tmt",H3,"")
4 =IF($A$2="tmt",H4,"")


Hope this helps.


"Lisa" wrote:

that works but how do we set it for the entire column?

"Anne Troy" wrote:

=if(a2="tmt",h2,"")
Hi, Lisa. What did you want if it doesn't = TMT? I made it so the cell
remains blank.
************
Anne Troy
www.OfficeArticles.com

"Lisa" wrote in message
...
If column A="TMT" then I want it to go to column h and pick up the value.
How do I set this up?




  #5   Report Post  
Anne Troy
 
Posts: n/a
Default

The "Fill Handle". See:
http://www.officearticles.com/excel/...soft_excel.htm
************
Anne Troy
www.OfficeArticles.com

"Lisa" wrote in message
...
that works but how do we set it for the entire column?

"Anne Troy" wrote:

=if(a2="tmt",h2,"")
Hi, Lisa. What did you want if it doesn't = TMT? I made it so the cell
remains blank.
************
Anne Troy
www.OfficeArticles.com

"Lisa" wrote in message
...
If column A="TMT" then I want it to go to column h and pick up the
value.
How do I set this up?








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
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


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

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

About Us

"It's about Microsoft Excel"