Thread
:
Multiple IF's Using Formulas from Other Cells
View Single Post
#
8
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_]
external usenet poster
Posts: 8,651
Multiple IF's Using Formulas from Other Cells
Or =IF(N1=0,0,MIN(T1-T2,T3*T4)) ?
--
David Biddulph
"Don Guillett" wrote in message
...
Try
=IF(N1=0,0,IF(T1-T2<T3*T4,T1-T2,T3*T4))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"cmkbird" wrote in message
...
I could really use some help. I have only a basic knowledge of Excell
formulas, and I am trying to do the following calculation in a cell using
comparisons of other cells.
N1, and all the T cells are other cells that i am using for this formula
If N1=0, then zero
If N10, and T1-T2=T3*T4, then T3*T4
If N10 and T1-T2<T3*T4, then T1-T2
I hope this makes sense. Thanks in advance to anyone who can help me.
Thank you!
Reply With Quote
David Biddulph[_2_]
View Public Profile
Find all posts by David Biddulph[_2_]