Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Refering to a cell above another cell

I'm trying to set up a conditional format that depends on the value resulting
from taking the value of a cell and subtracting value in the cell above. I
assume this would be a conditional format based on a formula? Don't know
where to begin.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Refering to a cell above another cell

Hi,
Not clear what you want to achieve an example will definetely help

"rodmiller" wrote:

I'm trying to set up a conditional format that depends on the value resulting
from taking the value of a cell and subtracting value in the cell above. I
assume this would be a conditional format based on a formula? Don't know
where to begin.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Refering to a cell above another cell

You are a little thin on details but here is the theory. CF's want a formula
that returns true or false. If the result is True then the CF is applied. So
for examle if I want to know when the value of Cell A2 not greater A1
(greater than/equal to is not an issue) then I would use a formula such as
this
=A2<A1

So that when A2 is smaller than A1 the formula results in true and the CF is
applied.
--
HTH...

Jim Thomlinson


"rodmiller" wrote:

I'm trying to set up a conditional format that depends on the value resulting
from taking the value of a cell and subtracting value in the cell above. I
assume this would be a conditional format based on a formula? Don't know
where to begin.

  #4   Report Post  
Posted to microsoft.public.excel.misc
dan dan is offline
external usenet poster
 
Posts: 866
Default Refering to a cell above another cell

for being in cell F8: probably use middle one, but have heard offset
functions might be something called volatile.. make sheet recalc that cell on
every recalculation.. might not apply since in a cond. format anyways, and
already volatile?

http://www.decisionmodels.com/calcsecretsi.htm

=F8-OFFSET(F8,-1,0)
=IF(F8-OFFSET(F8,-1,0)5,TRUE)
=IF(F8-OFFSET(F8,-1,0)5,TRUE,FALSE)

"rodmiller" wrote:

I'm trying to set up a conditional format that depends on the value resulting
from taking the value of a cell and subtracting value in the cell above. I
assume this would be a conditional format based on a formula? Don't know
where to begin.

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
Refering cell to the worksheet name Dave Excel Worksheet Functions 6 October 1st 08 03:19 PM
Refering to a sheet in a cell suddengunfire Excel Discussion (Misc queries) 1 July 31st 08 11:58 AM
Refering to a sheet in a cell Jarek Kujawa[_2_] Excel Discussion (Misc queries) 0 July 31st 08 11:06 AM
Refering a cell Arun Kumar Saha Excel Worksheet Functions 2 June 18th 07 12:48 PM
Refering to an empty cell Nicoscot Excel Discussion (Misc queries) 1 March 10th 06 12:59 AM


All times are GMT +1. The time now is 12:04 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"