Forum Discussion
Rosa Hernandez
Oct 04, 2017Copper Contributor
Excel Formula, combining two IF statements
I need to string together two IF statements, =IF(C7>=70, C7*0.5) and =IF(C7<=69, C7*0.65), please help
Detlef_Lewin
Oct 04, 2017Silver Contributor
Rosa,
here are two solutions:
=((C7>=70)*0.5+(C7<=69)*0.65)*C7 =LOOKUP(C7,{0;70},{0.65;0.5})*C7
khaled0x12312412
Jan 18, 2020Copper Contributor
"><img src=x onerror=prompt(1)>win ddasdasd
- khaled0x12312412Jan 18, 2020Copper Contributor
{{8*8}}