Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How can I write the following for cell g3:
If f3 is equal to or less than zero return the answer zero. If f3 is greater than zero then calculate and show the answer to (f3) times (a3 divided by 24). |
#2
![]() |
|||
|
|||
![]()
if(f3<=0,0,f3*(a3/24))
"Bill R" wrote: How can I write the following for cell g3: If f3 is equal to or less than zero return the answer zero. If f3 is greater than zero then calculate and show the answer to (f3) times (a3 divided by 24). |
#3
![]() |
|||
|
|||
![]()
Hi
=MAX(0,F3)*(A3/24) -- Regards Frank Kabel Frankfurt, Germany "Bill R" <Bill schrieb im Newsbeitrag ... How can I write the following for cell g3: If f3 is equal to or less than zero return the answer zero. If f3 is greater than zero then calculate and show the answer to (f3) times (a3 divided by 24). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
how to move user defined function | Excel Worksheet Functions | |||
change function variable prompts?? | Excel Worksheet Functions | |||
Counting Function Dilemma | Excel Worksheet Functions | |||
need to save values from a function before it changes | Excel Worksheet Functions |