Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a cell that if it goes over the number 40 its put amount over into an
other cell-- Thanks Lakebum |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try HELP IF function.
"Lakebum" wrote in message ... I have a cell that if it goes over the number 40 its put amount over into an other cell-- Thanks Lakebum |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhaps a simple illustration
to complement your reading of Excel's HELP .. Assuming the numbers are listed in A1 down Put in B1: =IF(A140,A1,"") Copy B1 down Col B will return only numbers from col A which exceed 40, otherwise it'll return blanks: "" -- Rgds Max xl 97 --- Singapore, GMT+8 xdemechanik http://savefile.com/projects/236895 -- "Barb Reinhardt" wrote in message ... Try HELP IF function. "Lakebum" wrote in message ... I have a cell that if it goes over the number 40 its put amount over into an other cell-- Thanks Lakebum |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Lakebum" wrote:
I have a cell that if it goes over the number 40 its put amount over into an other cell-- Suppose the first cell is A1. If I understand you correctly, in the "other cell", you might have the following formula: =IF(A1 40, A1, "") |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
A formula cannot put a value into another cell. You can have formulae in other cells to distribute you value to give up to 40 in one cell, and values above 40 (if they exist) in another cell. If cell A1 contains your raw data, then you could enter in B1 =MIN(40,A1) and in C1 =MAX(0,A1-40) Regards Roger Govier Lakebum wrote: I have a cell that if it goes over the number 40 its put amount over into an other cell-- Thanks Lakebum |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to use sumbycolor fuction? | Excel Worksheet Functions | |||
concatenate fuction | Excel Discussion (Misc queries) | |||
Insert Fuction | Excel Worksheet Functions | |||
IF fuction and format ... | Excel Worksheet Functions | |||
Page Number Fuction | Excel Discussion (Misc queries) |