A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Simple Formula



 
 
Thread Tools Display Modes
  #11  
Old November 13th, 2009, 03:51 PM posted to microsoft.public.excel.misc
eduardo
external usenet poster
 
Posts: 2,131
Default Simple Formula

Hi,
is the extention of the slowdownchart's workbook xlsx?

"Canon" wrote:

still no

"Mike H" wrote:

Try this

=IF(TRIM(A3)="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")

Mike

"Canon" wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two

  #12  
Old November 13th, 2009, 04:24 PM posted to microsoft.public.excel.misc
Canon
external usenet poster
 
Posts: 64
Default Simple Formula

yes

"Eduardo" wrote:

Hi,
is the extention of the slowdownchart's workbook xlsx?

"Canon" wrote:

still no

"Mike H" wrote:

Try this

=IF(TRIM(A3)="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")

Mike

"Canon" wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two

  #13  
Old November 13th, 2009, 04:42 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default Simple Formula

Does that mean that the cell looks empty?

I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.

ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.

pps. Do you have slowdownchart.xlsx open and are you using xl2007?


Canon wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two


--

Dave Peterson
  #14  
Old November 13th, 2009, 04:47 PM posted to microsoft.public.excel.misc
eduardo
external usenet poster
 
Posts: 2,131
Default Simple Formula

Hi,
Mike formula should work, what does the formula return ?

try doing something, have the slowdownchart workbook open, and then in your
workbook enter in one cell = then select the cell you want the result from
and hit enter, if you got the number with this, highlight the formula, do
copy, go to Mike's formula and replace just the part within the first and 2nd
comma with this
tell me what happens thanks

"Canon" wrote:

yes

"Eduardo" wrote:

Hi,
is the extention of the slowdownchart's workbook xlsx?

"Canon" wrote:

still no

"Mike H" wrote:

Try this

=IF(TRIM(A3)="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")

Mike

"Canon" wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two

  #15  
Old November 13th, 2009, 04:49 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default Simple Formula

ppps. Make sure you have calculation turned to automatic.

Dave Peterson wrote:

Does that mean that the cell looks empty?

I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.

ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.

pps. Do you have slowdownchart.xlsx open and are you using xl2007?

Canon wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two


--

Dave Peterson


--

Dave Peterson
  #16  
Old November 13th, 2009, 10:41 PM posted to microsoft.public.excel.misc
Canon
external usenet poster
 
Posts: 64
Default Simple Formula

When I copy the formula, and press Enter, it brings up the Look in box and
shows;
Update Values: SlowDownChart.xlsx
When I cancel that, the cell shows #REF!

"Dave Peterson" wrote:

ppps. Make sure you have calculation turned to automatic.

Dave Peterson wrote:

Does that mean that the cell looks empty?

I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.

ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.

pps. Do you have slowdownchart.xlsx open and are you using xl2007?

Canon wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two


--

Dave Peterson


--

Dave Peterson
.

  #17  
Old November 13th, 2009, 11:21 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default Simple Formula

That means you don't have a file by that name--excel is asking you to locate
that file so that it can use it, too.



Canon wrote:

When I copy the formula, and press Enter, it brings up the Look in box and
shows;
Update Values: SlowDownChart.xlsx
When I cancel that, the cell shows #REF!

"Dave Peterson" wrote:

ppps. Make sure you have calculation turned to automatic.

Dave Peterson wrote:

Does that mean that the cell looks empty?

I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.

ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.

pps. Do you have slowdownchart.xlsx open and are you using xl2007?

Canon wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two


--

Dave Peterson


--

Dave Peterson
.


--

Dave Peterson
  #18  
Old November 14th, 2009, 05:52 AM posted to microsoft.public.excel.misc
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
Default Simple Formula

Yes, and you don't even need Sum. Just use:

=[Book2.xlsx]Sheet1!A1

Adjust the range to suit.

Regards,
Fred.

"Canon" wrote in message
...
Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount
in
cell A1 of workbook two


  #19  
Old November 16th, 2009, 11:54 AM posted to microsoft.public.excel.misc
Canon
external usenet poster
 
Posts: 64
Default Simple Formula

For some reason, this is not working on my system. Is something turned off?
Even if I open two new Excel books, I cannot grab the sum of a cell on the
other book, it looks like the formula does not follow when I click on the
other book.

"Dave Peterson" wrote:

That means you don't have a file by that name--excel is asking you to locate
that file so that it can use it, too.



Canon wrote:

When I copy the formula, and press Enter, it brings up the Look in box and
shows;
Update Values: SlowDownChart.xlsx
When I cancel that, the cell shows #REF!

"Dave Peterson" wrote:

ppps. Make sure you have calculation turned to automatic.

Dave Peterson wrote:

Does that mean that the cell looks empty?

I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.

ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.

pps. Do you have slowdownchart.xlsx open and are you using xl2007?

Canon wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two


--

Dave Peterson

--

Dave Peterson
.


--

Dave Peterson
.

  #20  
Old November 16th, 2009, 01:11 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default Simple Formula

Open both the receiving file and the sending file in the same instance of excel.

Select the cell in the sending file
Edit|copy (or ctrl-c)

Select the cell in the receiving file
Edit|paste special|paste link

You'll end up with a formula that has the correct syntax.

Once you get that portion working, you'll be able to add the =if() portion.

Or you'll be able to describe what problem happens next.

Canon wrote:

For some reason, this is not working on my system. Is something turned off?
Even if I open two new Excel books, I cannot grab the sum of a cell on the
other book, it looks like the formula does not follow when I click on the
other book.

"Dave Peterson" wrote:

That means you don't have a file by that name--excel is asking you to locate
that file so that it can use it, too.



Canon wrote:

When I copy the formula, and press Enter, it brings up the Look in box and
shows;
Update Values: SlowDownChart.xlsx
When I cancel that, the cell shows #REF!

"Dave Peterson" wrote:

ppps. Make sure you have calculation turned to automatic.

Dave Peterson wrote:

Does that mean that the cell looks empty?

I bet that if you retype Brent in A3, you'll see that it retrieves the value in
that external file.

ps. Check to see what's in B3 of Sheet1 of that slowdownchart.xlsx workbook.

pps. Do you have slowdownchart.xlsx open and are you using xl2007?

Canon wrote:

=IF(A3="Brent",[SlowDownChart.xlsx]Sheet1!$B$3,"")
This is the formula I used, (the cell numbers are correct), but it won't
return a value.

"Eduardo" wrote:

Hi,
check for any spaces in cell A1 before or after Brent, if there is any
delete them

"Canon" wrote:

Mike, for some reason this formula is not working for me.

"Mike H" wrote:

yes you can

"Canon" wrote:

Thanks Mike, can I just grab the information from the other workbook?
ie =sum(other workbook cell)

"Mike H" wrote:

Hi,

Try this with the file extension changed as required

=IF(A1="Brent",[Book2.xlsx]Sheet1!$A$1,"")

Mike

"Canon" wrote:

Excel 2009
I am looking for a formula that will do the following;
If cell A1 in workbook one = Brent, then cell B1 must equal the amount in
cell A1 of workbook two


--

Dave Peterson

--

Dave Peterson
.


--

Dave Peterson
.


--

Dave Peterson
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:53 PM.


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