IF OR formula

JMC57

Board Regular
Joined
Apr 24, 2012
Messages
118
I am trying to create tow formulas that will enter the contents of A1 from sheet 1 in A1 of Sheet 2 and b1 from sheet 1 in b1 sheet2 and c1 from sheet1 on c1 sheet2 IF b1 in sheet 1 is is <7 or c1 sheet 1 is>12.


I hope you can help, Thank you in advance. </SPAN>
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi

Copy this formula in A1 of Sheet2 and drag across to B1 and C1:
=IF(OR(Sheet1!$B1<7,Sheet1!$C1>12),Sheet1!A1,"")

Vidar
 
Upvote 0
I am trying to create tow formulas that will enter the contents of A1 from sheet 1 in A1 of Sheet 2 and b1 from sheet 1 in b1 sheet2 and c1 from sheet1 on c1 sheet2 IF b1 in sheet 1 is is <7 or c1 sheet 1 is>12.


I hope you can help, Thank you in advance. </SPAN>

Thanks you for your quick reply
 
Upvote 0

Forum statistics

Threads
1,216,156
Messages
6,129,192
Members
449,492
Latest member
steveg127

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