![]() |
|
#3
|
||||
|
||||
|
Excelled, I had to read this a couple times but I think I disagree, not with your solution but with your reading of agent007's goal.
Agent007, excelled is right that the IF function requires a value both for the True and the False condition. The first couple times I read your description, I wanted to ask "What's in D1 in the first place?" Say D1 is normally =A5*PI(). Then, if you want it to be A5*PI() normally but to have C1's value whenever B1=1, then you should put this in D1: Code:
=IF(B1=1,C1,A5*PI()) If that's what you want, then I don't think you can get there with formulae. You need a VBA macro. Are you up for doing that? |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
IF formula
|
MARK SMITH | Excel | 2 | 04-04-2013 01:58 PM |
| Formula Help | OTPM | Excel | 5 | 02-21-2013 08:03 AM |
| Formula help | furface00 | Excel | 10 | 02-26-2012 05:34 AM |
help with formula?
|
doczilla | Excel | 2 | 09-25-2011 04:14 PM |
Help with formula please.
|
AndrewSE | Excel | 3 | 04-05-2011 08:50 PM |