Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() 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 -- Muppet ------------------------------------------------------------------------ Muppet's Profile: http://www.excelforum.com/member.php...o&userid=10989 View this thread: http://www.excelforum.com/showthread...hreadid=381305 |
#2
![]() |
|||
|
|||
![]() Seems pretty simple. Column C=IF(B1="yes",A1,"") Is that what you want? -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=381305 |
#3
![]() |
|||
|
|||
![]() that'd be the daddy... thank you kindly. Mark -- Muppet ------------------------------------------------------------------------ Muppet's Profile: http://www.excelforum.com/member.php...o&userid=10989 View this thread: http://www.excelforum.com/showthread...hreadid=381305 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
How do I use the sumif if I have multiple criteria (i.e. greater . | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
help with "criterea" in the sumif function | Excel Worksheet Functions | |||
SUM(IF( Array to avoid #NUM! values | Excel Worksheet Functions |