Out Put in another Cell

A

A Good Friend

Dear friends

i have two sheets in one work book
Sheet1
A b
green -1
red 0
blue 1
Yellow 2

Sheet 2

i want to apply a farmula in which i want if (Sheet1 b ) contain 0 of less
value then colour Name (in A) comes out in columen A of sheet2 else colour
name comes in B of Sheet2


out PUT should be like


A b
green
red
blue
Yellow
 
E

Eduardo

Hi,
in Sheet 2 first column enter this formula

=IF(Sheet1!B3<=0,Sheet1!A3,"")

and in column B
=IF(Sheet1!B3<=0,"",Sheet1!A3)

That will do the trick
 

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

Top