Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to do a formula that says if H5 = 0 then H7 should display 0,
however if H5 0 run the following formula in H7, (H5-$H$2)*10000 To complicate matters i also need for the above formula to run if E2 is true. If E2 is false the formula needs to be ($H$2-H5)*10000. I am pretty good with Excel and figuring out what i need but i may have gone overboard on this one. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you mean
=IF(OR(H5+0<0,E2=FALSE),(H5-$H$2)*10000,IF(E2=FALSE,(H2-$H$5)*10000,0)) If this post helps click Yes --------------- Jacob Skaria "Tom Rasch" wrote: I am trying to do a formula that says if H5 = 0 then H7 should display 0, however if H5 0 run the following formula in H7, (H5-$H$2)*10000 To complicate matters i also need for the above formula to run if E2 is true. If E2 is false the formula needs to be ($H$2-H5)*10000. I am pretty good with Excel and figuring out what i need but i may have gone overboard on this one. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Should be
=IF(OR(H5+0<0,E2=TRUE),(H5-$H$2)*10000,IF(E2=FALSE,(H2-$H$5)*10000,0)) If this post helps click Yes --------------- Jacob Skaria "Jacob Skaria" wrote: Do you mean =IF(OR(H5+0<0,E2=FALSE),(H5-$H$2)*10000,IF(E2=FALSE,(H2-$H$5)*10000,0)) If this post helps click Yes --------------- Jacob Skaria "Tom Rasch" wrote: I am trying to do a formula that says if H5 = 0 then H7 should display 0, however if H5 0 run the following formula in H7, (H5-$H$2)*10000 To complicate matters i also need for the above formula to run if E2 is true. If E2 is false the formula needs to be ($H$2-H5)*10000. I am pretty good with Excel and figuring out what i need but i may have gone overboard on this one. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel Formula Doesn't Execute (Shows formula-not the calcuation) | Excel Discussion (Misc queries) | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions |