#1   Report Post  
Jane
 
Posts: n/a
Default REPLACE

need to replace values in cells B1, C1, D1, E1, and F1 IF A1 =0

thank you in advance! jane (again ) :( been one of THOSE days!)
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Are the values in those cells manually entered? To do what
you want requires that each of those cells has a formula
in it. But, at the same time you can't also manually enter
hard coded values in them. You can either have a formula
or a hard coded value but not both.

You could do something like this in each of the cells.

For example, in cell B1:

=IF(A1=0,100,50)

Meaning: if A1 = 0 then the value in cell B1 is 100
otherwise, it's 50.

Biff

-----Original Message-----
need to replace values in cells B1, C1, D1, E1, and F1 IF

A1 =0

thank you in advance! jane (again ) :( been one of THOSE

days!)
.

  #3   Report Post  
tpmax
 
Posts: n/a
Default

Sounds like you need to use an IF statement in cells B1, C1, D1, E1 and F1.

"Jane" wrote:

need to replace values in cells B1, C1, D1, E1, and F1 IF A1 =0

thank you in advance! jane (again ) :( been one of THOSE days!)

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
Find and Replace - Quickest Option? Lindsey M Excel Worksheet Functions 1 March 8th 05 11:34 AM
GLOBAL search and replace Rebecca New Users to Excel 2 February 26th 05 12:30 AM
Search - replace NOT in formulas Michael Preminger Excel Worksheet Functions 1 February 18th 05 08:13 PM
Replace using wildcards jeb Excel Discussion (Misc queries) 6 January 6th 05 03:35 PM
VB Find and Replace Bony_Pony Excel Worksheet Functions 10 December 6th 04 05:45 PM


All times are GMT +1. The time now is 01:06 AM.

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"