Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Using IF to refernce another cell

IS this possible?

Can i be in a cell, say F3 and do an if function saying that if A3 is equal
to 11302 then give me the value in G6?

So in Cell F3 i want the formula

A3 equals 11302

G6 equals R0608-02

CAN THIS WORK?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Using IF to refernce another cell

Use this formula in F3...

=IF(A3=11302,G6,"")

If A3 is equal to 11302 (as a number, not text), then F3 will display the
contents of G6, otherwise nothing will be displayed.

Rick


"Hamed parhizkar" wrote in
message ...
IS this possible?

Can i be in a cell, say F3 and do an if function saying that if A3 is
equal
to 11302 then give me the value in G6?

So in Cell F3 i want the formula

A3 equals 11302

G6 equals R0608-02

CAN THIS WORK?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 586
Default Using IF to refernce another cell

Put this formula in Cell F3:

=IF(A3=11302,G6,"")

This will make Cell F3 display Cell G6 Value or Blank

Ryan

"Hamed parhizkar" wrote:

IS this possible?

Can i be in a cell, say F3 and do an if function saying that if A3 is equal
to 11302 then give me the value in G6?

So in Cell F3 i want the formula

A3 equals 11302

G6 equals R0608-02

CAN THIS WORK?

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
Absolute Cell refernce Not working DJ Harrington Excel Discussion (Misc queries) 9 February 9th 09 04:11 PM
Using a single cell refernce to change multiple formulas BarryL Excel Worksheet Functions 5 July 12th 07 06:29 PM
need 2 create refernce in formula thatpoints to cell in other tab Robb Excel Discussion (Misc queries) 2 May 30th 06 04:09 PM
Using absolute cell refernce and inserting rows ladyhawk Excel Worksheet Functions 10 December 13th 05 10:59 PM
Using a cell reference to refernce worksheet in another work book [email protected] Excel Worksheet Functions 5 January 6th 05 06:26 PM


All times are GMT +1. The time now is 08:34 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"