PC Review


Reply
Thread Tools Rate Thread

directing cell contents dependent on its value

 
 
Debi
Guest
Posts: n/a
 
      15th Apr 2010
How do i write a formula that will redirect a cell contents to one of two
cells.
One for if its less than 36 and one if its over 36. I am using it as an
electronic clockcard monitoring system and need to transfer a debit or a
credit balance to the sheet for the next week.
 
Reply With Quote
 
 
 
 
ozgrid.com
Guest
Posts: n/a
 
      15th Apr 2010
=IF(AND(ISNUMBER(A1),A1>36),A2,IF(AND(ISNUMBER(A1),A1<36),A3,0))



--
Regards
Dave Hawley
www.ozgrid.com
"Debi" <(E-Mail Removed)> wrote in message
news:281B7D4E-2443-4F2C-AD94-(E-Mail Removed)...
> How do i write a formula that will redirect a cell contents to one of two
> cells.
> One for if its less than 36 and one if its over 36. I am using it as an
> electronic clockcard monitoring system and need to transfer a debit or a
> credit balance to the sheet for the next week.


 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      15th Apr 2010
Hi,

Excel formula don't work like that they can't 'Push' values to another cell,
all they can do is 'pull' values in. You have to put a formula in the cells
where you want the values to appear.

For example In b1 we can have the formula

=IF(A1<100,A1,"")

and in C1

=IF(A1>=100,A1,"")


So when we type 99 in a1 it appears in b1. If we type 100 in a1 it appears
in C1
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Debi" wrote:

> How do i write a formula that will redirect a cell contents to one of two
> cells.
> One for if its less than 36 and one if its over 36. I am using it as an
> electronic clockcard monitoring system and need to transfer a debit or a
> credit balance to the sheet for the next week.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Directing cell contents to one of two cells dependent on its value Debi Microsoft Excel Worksheet Functions 1 15th Apr 2010 03:13 PM
Making cell contents dependent on another cell Jen Microsoft Excel Worksheet Functions 2 23rd Feb 2008 10:05 PM
Another cell formatting dependent on cell contents question / message box popup? StargateFan Microsoft Excel Programming 2 14th Jan 2006 02:47 PM
Deleting rows dependent upon cell contents =?Utf-8?B?ZGFlZGFsdXMx?= Microsoft Excel Programming 4 25th Oct 2005 02:05 PM
Change Cell Color dependent on Cell Contents =?Utf-8?B?QmlsbA==?= Microsoft Excel Programming 4 15th Mar 2005 04:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:09 AM.