IF and Formulas

yani06

New Member
Joined
Sep 26, 2011
Messages
30
I tried looking up the response in the wonderful threads and articles, but could not find it.

Can someone help?

This is my formula:

=IF(E3="","N/A",IF(E3<$G$18,"N/A",IF(E3>$G$18,"(C3*8*30)")))

The part at the end (C3*8*30) is supposed to be a formula that gives me a result. Like C3 cell is $18, so it should give me a result of $4320.00.
Does that make sense. All other parts of the formula are working, just not the last part. It's saying exactly (C3*8*30) on the cell value. How do I change it?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Yeah, I was thinking of this...

=IF(E3>$G$18,C3*240,"N/A")

But we don't know all the possible entires for E3.

True, that's why I used the double unary to coerce any non-numeric value to an error, although at that point I was thinking that it would return #N/A! not #VALUE! :oops:
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,758
Members
452,940
Latest member
rootytrip

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