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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

copy results of formula to another cell



 
 
Thread Tools Display Modes
  #1  
Old June 27th, 2004, 10:06 PM
ScheduleQueen
external usenet poster
 
Posts: n/a
Default copy results of formula to another cell

Is there a way to return results of a formula to a cell other than the one where the formula is located?
I am working on a scheduling spreadsheet. I need to automatically insert an "x" in each cell imediately following certain other letters. I can put in a formula for that, but those formulas get wiped out if i change my mind about where to insert the letters.
I can put the formula below my chart, but I need the results returned to differnrent cell. Is there a way to return results of a formula to a cell other than the one where the formula is located?
  #2  
Old June 27th, 2004, 10:22 PM
Anders Silven
external usenet poster
 
Posts: n/a
Default copy results of formula to another cell

Hi,

Is there a way to return results of a formula to a cell other than the one

where the formula is located?

No, you need VBA code for that.

Post back (no attachments please) with more details on your setup and what you
want to achieve.

Regards
Anders Silven

  #3  
Old June 27th, 2004, 10:41 PM
David McRitchie
external usenet poster
 
Posts: n/a
Default copy results of formula to another cell

Use two formulas ??

If you're going to wipe out a formula and want another formula
to be generated you could use an Event Macro.
http://www.mvps.org/dmcritchie/excel/event
to create a formula.

I don't really understand what you have but it can probably
be accomplished without macros by simply inserting another
column. Perhaps you could use something like on of the following
=OR(a2="x',b2="X", c2=x)
=IF(a2"",b2"",c2"", "buy more widgits", "")

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"ScheduleQueen" wrote in message
...
Is there a way to return results of a formula to a cell other than the one where the formula is located?
I am working on a scheduling spreadsheet. I need to automatically insert an "x" in each cell imediately following certain other

letters. I can put in a formula for that, but those formulas get wiped out if i change my mind about where to insert the letters.
I can put the formula below my chart, but I need the results returned to differnrent cell. Is there a way to return results of a

formula to a cell other than the one where the formula is located?


  #4  
Old June 27th, 2004, 11:11 PM
Anders Silven
external usenet poster
 
Posts: n/a
Default copy results of formula to another cell

ScheduleQueen,

See your other post as well, and please don't multipost.

Regards
Anders Silven

"ScheduleQueen" skrev i meddelandet
...
Is there a way to return results of a formula to a cell other than the one

where the formula is located?
I am working on a scheduling spreadsheet. I need to automatically insert an

"x" in each cell imediately following certain other letters. I can put in a
formula for that, but those formulas get wiped out if i change my mind about
where to insert the letters.
I can put the formula below my chart, but I need the results returned to

differnrent cell. Is there a way to return results of a formula to a cell other
than the one where the formula is located?

  #5  
Old June 27th, 2004, 11:48 PM
ScheduleQueen
external usenet poster
 
Posts: n/a
Default copy results of formula to another cell

Hi, thank you for trying to help.... I'll try to make my explanation simple:
for example, if cell A1 contain the letter c, i need to set cell A2 to be x

That would be simple in and of itself, but sometimes i need to move the "c"'s; each time I enter "c" I wipe out the formula.

I want to put the formula below, say in AA1, to tell it if a1=c, then make a2=x

(there are actually multiple variables that need to result in an "x" to their right)

I hope this is clear... thanks for trying to help... sorry about double posting - I've not used this before and am fumbling with it a bit - Judi

"Anders Silven" wrote:

Hi,

Is there a way to return results of a formula to a cell other than the one

where the formula is located?

No, you need VBA code for that.

Post back (no attachments please) with more details on your setup and what you
want to achieve.

Regards
Anders Silven


  #6  
Old June 28th, 2004, 12:11 AM
David McRitchie
external usenet poster
 
Posts: n/a
Default copy results of formula to another cell

If you wipe out a formula there is no way of telling what that
formula was afterwards. You would have to know where the formula
has to go and what should be in the program. All the program
can actually pick up is the address of a cell that was changed and
it's new value, and formatting options but I don't thank that matters.

I think you're back to my suggestion of using another column.

I'm also not sure that you are making things simpler as AA1 is
off the right instead of down from A1.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"ScheduleQueen" wrote in message
...
Hi, thank you for trying to help.... I'll try to make my explanation simple:
for example, if cell A1 contain the letter c, i need to set cell A2 to be x

That would be simple in and of itself, but sometimes i need to move the "c"'s; each time I enter "c" I wipe out the formula.

I want to put the formula below, say in AA1, to tell it if a1=c, then make a2=x

(there are actually multiple variables that need to result in an "x" to their right)

I hope this is clear... thanks for trying to help... sorry about double posting - I've not used this before and am fumbling with

it a bit - Judi

"Anders Silven" wrote:

Hi,

Is there a way to return results of a formula to a cell other than the one

where the formula is located?

No, you need VBA code for that.

Post back (no attachments please) with more details on your setup and what you
want to achieve.

Regards
Anders Silven




 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
copy cell contents but not formula newbie Worksheet Functions 5 May 14th, 2004 10:06 PM
Does cell contain a formula? Frank Kabel Worksheet Functions 4 February 24th, 2004 09:09 PM
Do you have what it takes... Frank Kabel Worksheet Functions 1 February 22nd, 2004 08:30 PM
Using formula results from one cell to be identified as a TAB Name in another formula Frank Kabel Worksheet Functions 1 February 20th, 2004 09:38 PM
Copy Data to Sheet2 if cell in Sheet1 is not blank Max Worksheet Functions 0 November 10th, 2003 03:53 PM


All times are GMT +1. The time now is 05:26 AM.


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