IF

B

Burger

Hi

Can somebody please tell me how to write a formula so
that if a cell has a particular value a further column
will show these numbers

3c=1
3b=2
3a=3
4c=4
4b=5
4a=6
etc.

Thanks
 
D

Domenic

Hi,

If I understand you correctly...

1) Select/highlight the number of cells you want showing your numbers.
In this example, we're only highlighting 6 cells in a column.
2) Press =
3) =IF(A1=10,{"3c=1";"3b=2";"3a=3";"4c=4";"4b=5";"4a=6"},"")
4) enter using CTRL+SHIFT+ENTER

where 10 is the number that we're comparing with A1

Hope this helps!
 

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