Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 208
Default FORMULA COPY AGAIN!!!

Alright uing $'s worked for keeping things from moving around. New post! I
have a formula in a multiple / 100's of cells like this.

=SUMPRODUCT((Sheet1!$A$2:$A$4=3)*(Sheet1!$B$2:$B$4 =300)*(Sheet1!$C$2:$C$4={"C","P","S","T"})*Sheet1! $E$2:$E$4)

I want to change the first array value from =3 to =039 in all of them in one
worksheet at a time. Is there an easy way of this or is it going to be a one
by one process. Thanks for everyones help so far, and Thanks for the replies
in advance on this one.

Sean
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default FORMULA COPY AGAIN!!!

Hi Sean

=039 won't work
as numbers lose their leading zero when entered in Excel
do you mean
="039"

you could use edit / replace to do this ... (take a copy of your workbook
first)
e.g.
edit / replace
find what: =SUMPRODUCT((Sheet1!$A$2:$A$4=3)
replace with: ==SUMPRODUCT((Sheet1!$A$2:$A$4="039")

- under options choose "within workbook" and look in formulas

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Sean" wrote in message
...
Alright uing $'s worked for keeping things from moving around. New post!
I
have a formula in a multiple / 100's of cells like this.

=SUMPRODUCT((Sheet1!$A$2:$A$4=3)*(Sheet1!$B$2:$B$4 =300)*(Sheet1!$C$2:$C$4={"C","P","S","T"})*Sheet1! $E$2:$E$4)

I want to change the first array value from =3 to =039 in all of them in
one
worksheet at a time. Is there an easy way of this or is it going to be a
one
by one process. Thanks for everyones help so far, and Thanks for the
replies
in advance on this one.

Sean



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default FORMULA COPY AGAIN!!!

Probably first person with the wrong answer, but you should be able to do a
search and replace in Excel.
Search string: =3)
Replace string: ="039")

You can limit the search and replace function to the active sheet.

-Glenn ray

"Sean" wrote:

Alright uing $'s worked for keeping things from moving around. New post! I
have a formula in a multiple / 100's of cells like this.

=SUMPRODUCT((Sheet1!$A$2:$A$4=3)*(Sheet1!$B$2:$B$4 =300)*(Sheet1!$C$2:$C$4={"C","P","S","T"})*Sheet1! $E$2:$E$4)

I want to change the first array value from =3 to =039 in all of them in one
worksheet at a time. Is there an easy way of this or is it going to be a one
by one process. Thanks for everyones help so far, and Thanks for the replies
in advance on this one.

Sean

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
copy formula result (text) only - without copying formula Mulberry Excel Discussion (Misc queries) 2 October 2nd 08 09:51 AM
I copy a formula and the results copy from the original cell brooklynsd Excel Discussion (Misc queries) 1 June 23rd 07 01:35 AM
copy formula down a column and have cell references change within formula brad New Users to Excel 5 May 13th 07 04:38 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Copy formula so destination displays formula as text Omunene Excel Discussion (Misc queries) 2 September 30th 05 06:28 PM


All times are GMT +1. The time now is 07:46 PM.

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

About Us

"It's about Microsoft Excel"