Sumif?

  • Thread starter Thread starter Muppet
  • Start date Start date
M

Muppet

Hi,

wondered if someone can give me a bit of help.

I have 4 columns, A, B, C, and D.

In column A I numeric value (£1500.00 for example)

In column B I want to either put Yes or No

If I have put Yes in column B, I want column A's figure to appear in
column C.

If I have put a No in column B, I want column A's figure to appear in
column D.
________

No doubt this is a simple calculation, any help would bee much
appreciated.

Many Thanks,

Mark
 
Seems pretty simple. Column C=IF(B1="yes",A1,"")

Is that what you want
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top