Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default IF Function (..........

How can I write an IF formula where I can type a NUMERIC value in one cell
and the adjacent cell automatically types TEXT selected from another Excel
Workbook?

Example: While in Workbook (Estimates.xls) in cell C22, I want to type an IF
formula --
IF(B22=20,C22=text from another cell in another Workbook).

The other workbook is 'Prices.xls'
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default IF Function (..........

If i understand your question correctly, all you need to do is to open this
other workbook, type in the cell "= if(b22=20," and then point to the cell
that you want to take the text if the value is true. You should get
something like

"'C:\Documents and Settings\me.only\Desktop\[Example.xls]Sheet1'!$A$1"

Then just type: ,"")

So your formula should look like:

= if(b22=20,"'C:\Documents and
Settings\me.only\Desktop\[Example.xls]Sheet1'!$A$1","")


A.


"MichelleS" wrote in message
...
How can I write an IF formula where I can type a NUMERIC value in one cell
and the adjacent cell automatically types TEXT selected from another Excel
Workbook?

Example: While in Workbook (Estimates.xls) in cell C22, I want to type an
IF
formula --
IF(B22=20,C22=text from another cell in another Workbook).

The other workbook is 'Prices.xls'



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default IF Function (..........

=IF(B22=20,[link to prices.xls],"")

You just have to create the link when you're constructing the formula.
Without knowing the specifics of what you're trying to do it's impossible to
give you a more detailed answer than that.
--
Brevity is the soul of wit.


"MichelleS" wrote:

How can I write an IF formula where I can type a NUMERIC value in one cell
and the adjacent cell automatically types TEXT selected from another Excel
Workbook?

Example: While in Workbook (Estimates.xls) in cell C22, I want to type an IF
formula --
IF(B22=20,C22=text from another cell in another Workbook).

The other workbook is 'Prices.xls'

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
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 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


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