Stumped

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
How about
=IF(AND(B5="X",T5<>"",U5<>""),CEILING((T5*U5/60),0.5),"")
 
Upvote 0
I replaced all the other similar formulas with the previous and worked fine...now I have a monster I'm working on...here it is...same thing, I only want it to show when "X" is checked
=IFERROR(IF(G5="BOLT",E5,IF(I5="","",IF(G5="PLATE",(I5*K5/144*L5)*E5,IF(G5="GRATING",(I5*K5/12*L5)*E5,IF(G5="DECKING",(I5*K5/144*L5)*E5,(I5/12*L5)*E5))))),"")

https://www.dropbox.com/s/aslzn0qvcfgj8g3/Screen Shot 2018-10-27 at 3.11.36 PM.png?dl=0
 
Upvote 0
Try
=IFERROR(IF(B5<>"X","",IF(G5="BOLT",E5,IF(I5="","",IF(G5="PLATE",(I5*K5/144*L5)*E5,IF(G5="GRATING",(I5*K5/12*L5)*E5,IF(G5="DECKING",(I5*K5/144*L5)*E5,(I5/12*L5)*E5)))))),"")
 
Upvote 0
So I decided to use a form control but the logic doesn't compute...I get a "FALSE" sum in the target cell, not sure why? can you take a look at this one...
=IFERROR(IF(C5="TRUE",IF(H5="BOLT",F5,IF(J5="","",IF(H5="PLATE",(J5*L5/144*M5)*F5,IF(H5="GRATING",(J5*L5/12*M5)*F5,IF(H5="DECKING",(J5*L5/144*M5)*F5,(J5/12*M5)*F5)))))),"")

you originally gave me IFERROR(IF(C5<>"X"....... I figure it's got to be something in the opening syntax that's throwing the result off, instead of the "X" I'm using form control and I added an extra column so it can read the the result of my radio button.

Here is a screen shot:
https://www.dropbox.com/s/kl5r7sx1agkjidy/Screen Shot 2018-10-28 at 10.09.52 AM.png?dl=0
 
Upvote 0
Try removing the quotes from the word TRUE
 
Upvote 0

Forum statistics

Threads
1,223,532
Messages
6,172,875
Members
452,486
Latest member
standw01

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