Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-10-2014, 02:45 AM
Steve_D Steve_D is offline Show result of formula as a value in another cell Mac OS X Show result of formula as a value in another cell Microsoft Office 2004 for Mac
Advanced Beginner
Show result of formula as a value in another cell
 
Join Date: Dec 2009
Posts: 59
Steve_D is on a distinguished road
Default Show result of formula as a value in another cell


Hi
I have a formula that returns a value (number) in cell G5. I would like that value to appear as just the value in another cell (D8), so it can be used by another (index match) formula.
If I just put =G5 in cell D8, I don't think the second formula will work, as it will be looking to match "=G5" rather than the number itself.
Is there a solution?
Thanks
Reply With Quote
  #2  
Old 09-10-2014, 03:55 AM
Steve_D Steve_D is offline Show result of formula as a value in another cell Windows 7 32bit Show result of formula as a value in another cell Office 2007
Advanced Beginner
Show result of formula as a value in another cell
 
Join Date: Dec 2009
Posts: 59
Steve_D is on a distinguished road
Default

It's OK. I will just make a little macro to copy the result of the formula and paste special (value) into the required cell.
Reply With Quote
  #3  
Old 09-10-2014, 09:32 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Show result of formula as a value in another cell Windows 7 64bit Show result of formula as a value in another cell Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,770
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

Quote:
Originally Posted by Steve_D View Post
Hi
I have a formula that returns a value (number) in cell G5. I would like that value to appear as just the value in another cell (D8), so it can be used by another (index match) formula.
If I just put =G5 in cell D8, I don't think the second formula will work, as it will be looking to match "=G5" rather than the number itself.
Is there a solution?
Thanks
If you enter =G5 without quotes, the MATCH will look for the values. But why bother, why noy use G5 in your MATCH formula? No macros or anything fancy needed
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #4  
Old 09-13-2014, 09:29 PM
Steve_D Steve_D is offline Show result of formula as a value in another cell Windows 7 32bit Show result of formula as a value in another cell Office 2007
Advanced Beginner
Show result of formula as a value in another cell
 
Join Date: Dec 2009
Posts: 59
Steve_D is on a distinguished road
Default

OK, I will try that too.
Many thanks
Steve
Reply With Quote
  #5  
Old 10-12-2014, 07:38 PM
Sgt Rock Sgt Rock is offline Show result of formula as a value in another cell Windows 8 Show result of formula as a value in another cell Office 2010 64bit
Novice
 
Join Date: Nov 2013
Location: Dallas, Texas
Posts: 16
Sgt Rock is on a distinguished road
Default

If you still want to copy as originally asked in your question just write a lil macro
E.G.
Sub CopyValue()
Range("G5").Select
Selection.Copy
Range("D8").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
End Sub
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel formula from looking the base date and convert into desire result PRADEEPB270 Excel 1 02-17-2013 03:11 AM
Convert Formula Result to Static Text MYGS Excel 16 01-21-2013 08:18 AM
Show result of formula as a value in another cell If formula result is negative then display text oxicottin Excel 3 12-03-2012 02:12 AM
IF formula returns wrong result mashley Excel 3 09-07-2012 07:03 AM
Can I create a formula that will show result in the same cell and let me copy it down CranstC Excel 1 02-11-2012 01:29 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:42 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft