Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I was hoping someone would be able to assist me. I am looking for a
formula where if I6<G6 then 0 BUT if I6G6 then I6-G6. Basically if I6 is greater than G6 the cell needs to populate the difference. I have tried everything and I get is #NAME? or #VALUE errors. Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
This should do it =MAX(0,I6-G6) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Jillian" wrote: Hi, I was hoping someone would be able to assist me. I am looking for a formula where if I6<G6 then 0 BUT if I6G6 then I6-G6. Basically if I6 is greater than G6 the cell needs to populate the difference. I have tried everything and I get is #NAME? or #VALUE errors. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statements | Excel Worksheet Functions | |||
IF Statements | Excel Worksheet Functions | |||
If, Then Statements | Excel Worksheet Functions | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
How to Sum with two if statements | Excel Worksheet Functions |