Simple IF, IFS question

John1953

New Member
Joined
Aug 28, 2019
Messages
22
Office Version
  1. 365
Platform
  1. Windows
I have a simple problem where I have entered this formula; =IFS(G4="","",AU4="F&F",0),IF(G7<=5,5,G7*1.25)
.
All I get is a #VALUE! Return. G7 is a measurement like 4 1/2, The first two IF statements work fine, and second IF statement will work on its own. Thanks
 
Please try to get XL2BB going. It will get you much faster (& most likely better) solutions.

The conditions keep changing. Posts 1 & 6 say if F&F return 0, post 8 says if F&F return N/C, post 10 again shows if F&F 0. :confused:

Also, I do not like the IFS() function. When using that function, every condition has to be evaluated, even if it is not needed. I prefer nested IF functions which stop evaluating as soon as one of them returns TRUE. So see if this helps.

24 01 05.xlsm
BCDEFGH
45.1F&F1.25520
55.11.25526.375
61.2552 
75.11.25526.375
846525
910SERRATED1.255220
John1953
Cell Formulas
RangeFormula
H4:H9H4=IF(B4="","",IF(C4="F&F",0,IF(D4="SERRATED",B4*G4,IF(B4<=5,F4,B4*E4))))
 
Upvote 0

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Peter_SSs

Thank You, your formula worked perfect, thanks for the advice on IF statements, and I will get XL2BB going ASAP.
 
Upvote 0
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,268
Messages
6,123,966
Members
449,137
Latest member
yeti1016

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