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  

Get Part of Cell



 
 
Thread Tools Display Modes
  #1  
Old November 6th, 2008, 07:41 PM posted to microsoft.public.excel.misc
snax500
external usenet poster
 
Posts: 36
Default Get Part of Cell

In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.

Thanks
  #2  
Old November 6th, 2008, 07:58 PM posted to microsoft.public.excel.misc
Joel
external usenet poster
 
Posts: 2,855
Default Get Part of Cell

=A2-A1

"snax500" wrote:

In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.

Thanks

  #3  
Old November 6th, 2008, 08:16 PM posted to microsoft.public.excel.misc
snax500
external usenet poster
 
Posts: 36
Default Get Part of Cell

I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.


On Nov 6, 2:58*pm, Joel wrote:
=A2-A1



"snax500" wrote:
In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.


Thanks- Hide quoted text -


- Show quoted text -


  #4  
Old November 6th, 2008, 08:32 PM posted to microsoft.public.excel.misc
snax500
external usenet poster
 
Posts: 36
Default Get Part of Cell

On Nov 6, 3:16*pm, snax500 wrote:
I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.

On Nov 6, 2:58*pm, Joel wrote:


Another example is if I had a cell with this formula - A1...

=+[Forecast.xls]June!$A$47+300

and in another cell -A2 - I have a formula that looks up cell A1 and
gives me just the +300 of the formula.

thx



=A2-A1


"snax500" wrote:
In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.


Thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #5  
Old November 6th, 2008, 08:34 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
Default Get Part of Cell

If you want a formula to give you 150, the formula is =150
--
David Biddulph

"snax500" wrote in message
...
I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.


On Nov 6, 2:58 pm, Joel wrote:
=A2-A1



"snax500" wrote:
In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.


Thanks- Hide quoted text -


- Show quoted text -



  #6  
Old November 6th, 2008, 08:42 PM posted to microsoft.public.excel.misc
snax500
external usenet poster
 
Posts: 36
Default Get Part of Cell

Ok, here is another example, I have the following example, in cell
A1...


=+'[Forecast.xls]June'!$CU$23+3200

in cell A2, I want a formula to read A1 and give me just the +3200.
Cell A2 will equal +3200.

Thanks











On Nov 6, 3:34*pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
If you want a formula to give you 150, the formula is =150
--
David Biddulph

"snax500" wrote in message

...
I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.

On Nov 6, 2:58 pm, Joel wrote:







=A2-A1


"snax500" wrote:
In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.


Thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #7  
Old November 6th, 2008, 08:43 PM posted to microsoft.public.excel.misc
snax500
external usenet poster
 
Posts: 36
Default Get Part of Cell

Ok, here is another example, I have the following example, in cell
A1...


=+'[Forecast.xls]June'!$CU$23+3200

in cell A2, I want a formula to read A1 and give me just the +3200.
Cell A2 will equal +3200.

Thanks



On Nov 6, 3:34*pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
If you want a formula to give you 150, the formula is =150
--
David Biddulph

"snax500" wrote in message

...
I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.

On Nov 6, 2:58 pm, Joel wrote:



=A2-A1


"snax500" wrote:
In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.


Thanks- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


  #8  
Old November 6th, 2008, 08:47 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
Default Get Part of Cell

To start with, you don't need =+ at the start of your formula. Just = will
do.

You've already been told the answer to your question by Joel. If A2
contains =[Forecast.xls]June!$A$47+300 and you want to return 300 in another
cell, the formula will be =A2-[Forecast.xls]June!$A$47
--
David Biddulph

"snax500" wrote in message
...
On Nov 6, 3:16 pm, snax500 wrote:
I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.

On Nov 6, 2:58 pm, Joel wrote:



Another example is if I had a cell with this formula - A1...

=+[Forecast.xls]June!$A$47+300

and in another cell -A2 - I have a formula that looks up cell A1 and
gives me just the +300 of the formula.



=A2-A1



  #9  
Old November 6th, 2008, 08:53 PM posted to microsoft.public.excel.misc
snax500
external usenet poster
 
Posts: 36
Default Get Part of Cell

I was thinking along the lines of an @right but with formulas not
text.




On Nov 6, 3:47*pm, "David Biddulph" groups [at] biddulph.org.uk
wrote:
To start with, you don't need =+ at the start of your formula. *Just = will
do.

You've already been told the answer to your question by Joel. *If A2
contains =[Forecast.xls]June!$A$47+300 and you want to return 300 in another
cell, the formula will be =A2-[Forecast.xls]June!$A$47
--
David Biddulph

"snax500" wrote in message

...
On Nov 6, 3:16 pm, snax500 wrote:



I don't want the difference. I want a formula to pull out the 150 so I
can use it in another part of my file.


On Nov 6, 2:58 pm, Joel wrote:


Another example is if I had a cell with this formula - A1...


=+[Forecast.xls]June!$A$47+300


and in another cell -A2 - I have a formula that looks up cell A1 and
gives me just the +300 of the formula.


=A2-A1- Hide quoted text -


- Show quoted text -


  #10  
Old November 6th, 2008, 08:56 PM posted to microsoft.public.excel.misc
John C[_2_]
external usenet poster
 
Posts: 1,350
Default Get Part of Cell

I don't understand why the solutions given do not work for you? This number
you are adding is static. Why do you need a formula to tell you a static
number for other cells?
I guess the only reason I can think of is that at times, this number will
change, and you want all other references to still remain the same.
I recommend the following in that case:
A1: ='[Forecast.xls]June'!$CU$23+$A$2
A2: 3200 .... or if you prefer =3200
--
** John C **


"snax500" wrote:

In cell A1, I have 100. In cell A2, I have +A1+150 or 250. I need a
formula for cell A3 that points to cell A2 and gives me just the +150
part of the formula so that A3=150.

Thanks

 




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:48 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.