combine formula into one

Status
Not open for further replies.

Carla carla

New Member
Joined
Oct 29, 2022
Messages
47
Office Version
  1. 365
Platform
  1. Windows
This is what I am expecting, how can I combine in one formula?

mark 1mark 2descriptor ( compares mark 1 and mark 2)
55=IF(B2=A2,"Expected")
67=IF(B3>A3,"Below")
58=IF(B4>A4,"Above")
66=IF(B5&A5>=6,"Above")
78=IF(B6&A6>=6,"Above")
44=IF(B7=A7,"Expected")
43=IF(B8<A8,"Below")
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Try This.

Excel Formula:
=IF(B2=A2,"Expected",IF(B3>A3,"Below",IF(B4>A4,"Above",IF(B5&A5>=6,"Above",IF(B6&A6>=6,"Above",IF(B8<A8,"Below",IF(B7=A7,"Expected")))))))
 
Upvote 0
You already have a thread for this here, so this is now closed. Please do not post the same question more than once.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,216,028
Messages
6,128,393
Members
449,446
Latest member
CodeCybear

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