Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
changetires
 
Posts: n/a
Default Formula linking........Help!!!!!!!!!!!!!!!


Cell AB2 displays a positive number but in a red cell which indicates a
negative number.
Cell I6 is going to use this cell in its formula but only if it is a
red number not a green one. Green will indicate also a postive number
but in this case green number cell will not be used in the formula.
Can anyone help with this?

Ed


--
changetires
------------------------------------------------------------------------
changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
View this thread: http://www.excelforum.com/showthread...hreadid=555754

  #2   Report Post  
Posted to microsoft.public.excel.misc
Stanley
 
Posts: n/a
Default Formula linking........Help!!!!!!!!!!!!!!!

=IF(I60,I6,"")

Put that forumula in AB2

"changetires" wrote:


Cell AB2 displays a positive number but in a red cell which indicates a
negative number.
Cell I6 is going to use this cell in its formula but only if it is a
red number not a green one. Green will indicate also a postive number
but in this case green number cell will not be used in the formula.
Can anyone help with this?

Ed


--
changetires
------------------------------------------------------------------------
changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
View this thread: http://www.excelforum.com/showthread...hreadid=555754


  #3   Report Post  
Posted to microsoft.public.excel.misc
changetires
 
Posts: n/a
Default Formula linking........Help!!!!!!!!!!!!!!!


Lemme give it a try


--
changetires
------------------------------------------------------------------------
changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
View this thread: http://www.excelforum.com/showthread...hreadid=555754

  #4   Report Post  
Posted to microsoft.public.excel.misc
JLatham
 
Posts: n/a
Default Formula linking........Help!!!!!!!!!!!!!!!

You also need to consider how that value will or will not be used in a
formula somewhere. If for addition or subtraction, probably want it to be
set to zero when not to be used, but if it is for multiplication or division,
then may need to set it to 1 (so as to not get a divide by zero error).

Or your end formula can use an IF( statement to decide which of two formulas
to use based on the value. Like:
=IF(AB2<0, A1 * A2, A1 * A2 + AB2)
so if value in AB2 is less than zero, the cell will show the result of A1 *
A2 (or whatever other calculation you need) which doesn't use AB2 at all, but
if AB2 = 0 then the second formula will be used.

"changetires" wrote:


Lemme give it a try


--
changetires
------------------------------------------------------------------------
changetires's Profile: http://www.excelforum.com/member.php...o&userid=35414
View this thread: http://www.excelforum.com/showthread...hreadid=555754


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
Locking portions of a formula tiggatattoo Excel Worksheet Functions 2 June 5th 06 04:51 PM
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
linking clip art to a formula in excel yusuf Excel Worksheet Functions 2 March 22nd 06 05:59 PM
"Unable to set the Formula property of the Series class" with a tw PeterQ Charts and Charting in Excel 1 February 15th 06 07:37 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM


All times are GMT +1. The time now is 02:25 PM.

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

About Us

"It's about Microsoft Excel"