Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't see anything wrong with your formula except the missing = sign at the
beginning, and I'm sure you have that in your actual sheet. Meanwhile, I would accomplish the same effect with this formula: =MAX(AT1-AV1,0) It will always subtract the second value from the first, but if the value is less than zero, the MAX will cause the answer 0 to be returned. Does that work better for you? -- "Actually, I *am* a rocket scientist." -- JB Your feedback is appreciated, click YES if this post helped you. "LCCHELP" wrote: I have input the following if function if(at1av1,at1-av1,0) however if the number in av1 is greater than at1 it returns a negative number, rather than returning 0. can someone enlighten me as to what I have missed. thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
large function result as reference for offset function | Excel Discussion (Misc queries) | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |