Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Formula for A column
If B = Y then there will be value in C column or D Column (any one column has value) Value of C or D should come in A For example A B C D A Y A B Y B N C Y C N D Y D |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Formula in A1..
=IF(B1="Y",IF(C1="",D1,C1),"") -- If this post helps click Yes --------------- Jacob Skaria "kashish" wrote: Formula for A column If B = Y then there will be value in C column or D Column (any one column has value) Value of C or D should come in A For example A B C D A Y A B Y B N C Y C N D Y D |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Put this in A1 and drag down =IF(B1="y",C1&D1,"") Mike "kashish" wrote: Formula for A column If B = Y then there will be value in C column or D Column (any one column has value) Value of C or D should come in A For example A B C D A Y A B Y B N C Y C N D Y D |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank You
"Mike H" wrote: Hi, Put this in A1 and drag down =IF(B1="y",C1&D1,"") Mike "kashish" wrote: Formula for A column If B = Y then there will be value in C column or D Column (any one column has value) Value of C or D should come in A For example A B C D A Y A B Y B N C Y C N D Y D |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
divide column(x) by column(y) to give column(x/y) in excel? | New Users to Excel | |||
Referencing date column A & time column B to get info from column | Excel Discussion (Misc queries) | |||
Return text in Column A if Column B and Column K match | Excel Worksheet Functions | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) | |||
what formula do i put for column m = column k minus column l in e. | Excel Discussion (Misc queries) |