If And Statement formula

Jon3sy

Board Regular
Joined
Jan 30, 2013
Messages
101
Office Version
  1. 365
Hi there Legends of Excel

I am having trouble with my formula - I am trying to write a formula if G48+H48=2192909 and adding it to C162 and if Est Opt3 I4 is greater than or =to this value then I want the fixed value of $179,235.50 else do F46*I163.

=if('Est Opt 3'!I4,"","",If((and('Est Opt 3'!I4>='Graphs Opt3'!$C$162,'Graphs Opt3'!$G$48+'Graphs Opt3'!$H$48=2192909)),"179235.50",$F$46*$I163)

thanks in advance
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
You're missing quite a few elements and your written explanation doesn't make full sense. Can you clarify?
 
Upvote 0
Hi,

Based on your description, see if this does what you want (Don't put quotes around the numeric result "179235.50", that makes it Text):


Book1
J
1#REF!
Sheet110
Cell Formulas
RangeFormula
J1=IF('Est Opt 3'!I4="","",IF(AND('Est Opt 3'!I4>='Graphs Opt3'!$C$162+'Graphs Opt3'!$G$48+'Graphs Opt3'!$H$48,'Graphs Opt3'!$G$48+'Graphs Opt3'!$H$48=2192909),179235.5,$F$46*$I163))
 
Upvote 0
Thank you for your help - I revised my formula and I got it to do what I needed it to. It was much simpler than I was trying to do. thanks for your time.
 
Upvote 0

Forum statistics

Threads
1,224,747
Messages
6,180,719
Members
452,995
Latest member
isldboy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top