Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am stuck, I need a formular that will give me a telephone no, depending on
a type 1-4 Colum A = Ref No B = Old Tel No C = New Tel No D = Type If Type 1 & 4 = Keep existing no If Type 2 & 3 = Will use New Tel No Can anyone help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sean
=IF(OR(D1=1,D1=4),B2,C2) -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England DTHIS www.nickhodge.co.uk "Sean" wrote in message ... I am stuck, I need a formular that will give me a telephone no, depending on a type 1-4 Colum A = Ref No B = Old Tel No C = New Tel No D = Type If Type 1 & 4 = Keep existing no If Type 2 & 3 = Will use New Tel No Can anyone help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Nel post
*Sean* ha scritto: I am stuck, I need a formular that will give me a telephone no, depending on a type 1-4 Colum A = Ref No B = Old Tel No C = New Tel No D = Type If Type 1 & 4 = Keep existing no If Type 2 & 3 = Will use New Tel No Can anyone help Hi Sean, In E2 type this formula: =IF(OR(D2=1,D2=4),B2,C2) then you can drag down the rows. -- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...) Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That was quick - thanks
"Franz Verga" wrote: Nel post *Sean* ha scritto: I am stuck, I need a formular that will give me a telephone no, depending on a type 1-4 Colum A = Ref No B = Old Tel No C = New Tel No D = Type If Type 1 & 4 = Keep existing no If Type 2 & 3 = Will use New Tel No Can anyone help Hi Sean, In E2 type this formula: =IF(OR(D2=1,D2=4),B2,C2) then you can drag down the rows. -- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...) Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That was quick - thanks
"Nick Hodge" wrote: Sean =IF(OR(D1=1,D1=4),B2,C2) -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England DTHIS www.nickhodge.co.uk "Sean" wrote in message ... I am stuck, I need a formular that will give me a telephone no, depending on a type 1-4 Colum A = Ref No B = Old Tel No C = New Tel No D = Type If Type 1 & 4 = Keep existing no If Type 2 & 3 = Will use New Tel No Can anyone help |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Nel post
*Sean* ha scritto: That was quick - thanks This is also better: =IF(OR(D2=1,D2=4),B2,IF(OR(D2=2,D2=3),C2,"Insert type")) in this way if you don't insert type in column D you will have the warning in column E instead of telephone number. -- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...) Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Creating a Custom Excel Function to Calculate Gini Coefficients | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |