Hi
I want to seperate some numbers, but I can't find a solution.
If is in cell A1 the number 10 copy B1 and past it in C1
If is in cell A2 the number 20 or 30 or 40 copy B2 und past it in C2
Tank you for help Heinrich
Hi
I want to seperate some numbers, but I can't find a solution.
If is in cell A1 the number 10 copy B1 and past it in C1
If is in cell A2 the number 20 or 30 or 40 copy B2 und past it in C2
Tank you for help Heinrich
Welcome to the forum, heinrich.
That's more than a little cryptic -- how about an example workbook, and an explanation in context, mein Herr?
Entia non sunt multiplicanda sine necessitate
Using worksheet formulas,
If is in cell A1 the number 10 copy B1 and past it in C1
In C1:
If is in cell A2 the number 20 or 30 or 40 copy B2 und past it in C2![]()
=IF(A1=10,B1,"") However, if A1 is other than 10, then C1 will be blank, since you can only have a formula or a value, not both...
In C2"
![]()
=IF(OR(A2=20,A2=30,A2=40),B2,"")
Ben Van Johnson
Thank you protonLeah, it works!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks