New formula with IF statements

jpatierno

New Member
Joined
Sep 21, 2019
Messages
10
A formula in cell E11 that would say E11 = H11+ (ALLDATA!BC6*2)
IF ALLDATA! T6/220<5.5, THEN ALLDATA!BC6 =0
IF ALLDATA!T6/220>11.5, THEN BC6=BE6
IF ALLDATA!T6/220<5.5 THEN H11=H12
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
ACTUALLY i JUST PUT THAT FORMULA IN E11 AND IT WORKS. NOW I NEED TO PUT THE REST OF THE IF STATEMENTS WHICH i DON'T KNOW
 
Upvote 0
formula in cell E11 that would say E11 = H11+ (ALLDATA!BC6*2)
IF ALLDATA! T6/220<5.5, THEN ALLDATA!BC6 =0
IF ALLDATA!T6/220>11.5, THEN BC6=BE6
IF ALLDATA!T6/220<5.5 THEN H11=H12

Your description is altering 4 different cells (after THEN). E11, BC6 on ALLDATA, BC6 not on ALLDATA and H11. You can't change other cells values with a formula in a different cell.
 
Upvote 0
ok sorry for the confusion. brand new to this and probably in over my head. so I have 2 sheets. ALLDATA with all the data and a 2nd sheet with no data at all called figs. on the figs sheet in H11 there is a value from ALLDATA. I want to take that value and add it to ALLDATA!BC6 *2 and place the results in E11 which is empty. Then I want to say if the value in ALLDATA!T6/220 >11.5 then I want to use the value in ALLDATA!BE6 in place of BC6. and then if IF ALLDATA!T6/220<5.5 THEN H11=I11. I miss printed before it's H11 to I11. also forget about the line setting BC6=0
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,578
Members
449,174
Latest member
chandan4057

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