K
Kristen
I know this is a simple question and I'm sorry, but I just can't find
the answer.
I'm trying my hand at writing my own Function.
I'm wanting one cell to contain either "A" or "B" and nothing else,
the rest are numbers.
So that I can have something like this:
Function Test(AorB, Other1, Other2, etc)
IF AorB = "A" then
Other1 + Other2
Else: Other1 - Other2
Thankyou in advance
Kristen
the answer.
I'm trying my hand at writing my own Function.
I'm wanting one cell to contain either "A" or "B" and nothing else,
the rest are numbers.
So that I can have something like this:
Function Test(AorB, Other1, Other2, etc)
IF AorB = "A" then
Other1 + Other2
Else: Other1 - Other2
Thankyou in advance
Kristen