J
Janwillem
Hi there.
i have something like this:
A B C D
1 hello 1
2 test 0
3 bye 1
Now i want to display hello at D7 when B1>0
So the output should be:
A B C D
1 hello 1 hello
2 test 0
3 bye 1 bye
How can i do this?
thanks,
Jan Willem
i have something like this:
A B C D
1 hello 1
2 test 0
3 bye 1
Now i want to display hello at D7 when B1>0
So the output should be:
A B C D
1 hello 1 hello
2 test 0
3 bye 1 bye
How can i do this?
thanks,
Jan Willem