A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

directing cell contents dependent on its value



 
 
Thread Tools Display Modes
  #1  
Old April 15th, 2010, 09:32 AM posted to microsoft.public.excel.worksheet.functions
Debi
external usenet poster
 
Posts: 55
Default directing cell contents dependent on its value

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.
  #2  
Old April 15th, 2010, 09:54 AM posted to microsoft.public.excel.worksheet.functions
ozgrid.com
external usenet poster
 
Posts: 328
Default directing cell contents dependent on its value

=IF(AND(ISNUMBER(A1),A136),A2,IF(AND(ISNUMBER(A1) ,A136),A3,0))



--
Regards
Dave Hawley
www.ozgrid.com
"Debi" wrote in message
...
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.


  #3  
Old April 15th, 2010, 09:58 AM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default directing cell contents dependent on its value

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(A1100,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.

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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