ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   If with or (https://www.excelbanter.com/excel-discussion-misc-queries/453766-if.html)

jnasser

If with or
 
am trying to create an equation using If and or and am stuck I can someone assist me


for example I have the following values

11223300
44556600
66778800
99999900
77777700

I want to say if the first 6 digits in ( A1) equals to 112233 , 445566, 667788 then give the value of A , and if the first 6 digits in (A1) equals to 999999 then give the value of B, if neither then give the value of C

I tried to combined equations but I got stuck

Claus Busch

If with or
 
Hi,

Am Tue, 29 Aug 2017 08:47:35 +0100 schrieb jnasser:

for example I have the following values

11223300
44556600
66778800
99999900
77777700

I want to say if the first 6 digits in ( A1) equals to 112233 , 445566,
667788 then give the value of A , and if the first 6 digits in (A1)
equals to 999999 then give the value of B, if neither then give the
value of C


try:
=IF(OR(--LEFT(A1,6)={112233,445566,667788}),A1,IF(--LEFT(A1,6)=999999,B1,C1))
or:
=IF(COUNT(FIND({112233,445566,667788},A1))0,A1,IF (--(LEFT(A1,6))=999999,B1,C1))


Regards
Claus B.
--
Windows10
Office 2016

jnasser

thanks the first equation worked perfectly


All times are GMT +1. The time now is 06:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com