Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to create a sheet that will run off of a clock I have in excel
via Reuters. Basically what i want to find out if there is an "If x = this, then cell = that". Does anyone know of an "If,Then" function?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
that would be:
=if(cell to evaluate,action to perform if true,action to perform if false) if you want to extract a part of the time there's =month(cell to evaluate) - Gives you the month number =Day(cell to evaluate) - Gives you the day in that month =year(cell to evaluate) - Gives you the year and more available as well... "Justin" wrote: I am trying to create a sheet that will run off of a clock I have in excel via Reuters. Basically what i want to find out if there is an "If x = this, then cell = that". Does anyone know of an "If,Then" function?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Justin,
See the IF function in Help. E.g., =IF(A110,"Greater Than 10","Not Greater Than 10") -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email address is on the web site) "Justin" wrote in message ... I am trying to create a sheet that will run off of a clock I have in excel via Reuters. Basically what i want to find out if there is an "If x = this, then cell = that". Does anyone know of an "If,Then" function?? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 4 Jan 2007 06:32:01 -0800, Justin
wrote: I am trying to create a sheet that will run off of a clock I have in excel via Reuters. Basically what i want to find out if there is an "If x = this, then cell = that". Does anyone know of an "If,Then" function?? A FUNCTION can only return a value; it cannot change another cell. So you either put the formula into "cell" cell: =IF(x=this,that,"") or you write a VBA SUB to check x and then change CELL --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |