Display both Content of non adjacent cell if one cell value is greater than, other wise don't display

David gonzalez

New Member
Joined
Nov 19, 2013
Messages
16
Hi,
:confused:

please is a guru there that help me on which formula to use on following task?:

B3:B38 Have numbers between 01 to 100, Then on
AC3:AC8 there are Score that belong to each of these numbers.

What i need to achieve is :
(using B3 as example)

If number of B3 have an Score Greater than 7 on AC3,
Then display content of B3 and C3 IN on continuous cells but in other range of the sheet,
Otherwise don't display..


note: i'm already using conditional format (many),and i can't apply it more due to a VBA Code (that i'm using in same range.)


Thank you !

David
 
Last edited:

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hello,

do you mean this?

=IF(AC3>7,B3&C3,"")

not sure if this is what you are asking for.
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,665
Members
449,462
Latest member
Chislobog

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