Display range of cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how....

I can display a range of cells, if an if statement condition is met
so

if e1=e2 then
i need to display a1:d1 into a different range
 
One way:

Select 4 cells across, say J1:M1. Array-enter (CTRL-SHIFT-ENTER or
CMD-RETURN):

=IF(E1=E2,A1:D1,"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top