Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have an excel table which is pretty simple, but putting together code is
not one of my specialties. Each "record" is listed across a row, and each column of that row is a characteristic. I need a function which lays out like this: (things in quotes will be examples) IF "D1=chicken" then "F1=cluck" or something to that extent. I tried using Find and Replace, but it just gets too complicated the way i was trying it before. Any help would be AWESOME. |
#2
![]() |
|||
|
|||
![]()
in column F enter
=if(D1="chicken","Cluck", Otherwise) "Zach" wrote: I have an excel table which is pretty simple, but putting together code is not one of my specialties. Each "record" is listed across a row, and each column of that row is a characteristic. I need a function which lays out like this: (things in quotes will be examples) IF "D1=chicken" then "F1=cluck" or something to that extent. I tried using Find and Replace, but it just gets too complicated the way i was trying it before. Any help would be AWESOME. |
#3
![]() |
|||
|
|||
![]()
Zach,
If cell F1, use a formula like =IF(D1="Chicken","Cluck",IF(D1="Cow","Moo","Not a cow or chicken")) I extended it because you wanted "something to that extent." <g HTH, Bernie MS Excel MVP "Zach" wrote in message ... I have an excel table which is pretty simple, but putting together code is not one of my specialties. Each "record" is listed across a row, and each column of that row is a characteristic. I need a function which lays out like this: (things in quotes will be examples) IF "D1=chicken" then "F1=cluck" or something to that extent. I tried using Find and Replace, but it just gets too complicated the way i was trying it before. Any help would be AWESOME. |
#4
![]() |
|||
|
|||
![]()
awesome, those are both great. is there any way to make it apply to the
whole column at once? "Bernie Deitrick" wrote: Zach, If cell F1, use a formula like =IF(D1="Chicken","Cluck",IF(D1="Cow","Moo","Not a cow or chicken")) I extended it because you wanted "something to that extent." <g HTH, Bernie MS Excel MVP "Zach" wrote in message ... I have an excel table which is pretty simple, but putting together code is not one of my specialties. Each "record" is listed across a row, and each column of that row is a characteristic. I need a function which lays out like this: (things in quotes will be examples) IF "D1=chicken" then "F1=cluck" or something to that extent. I tried using Find and Replace, but it just gets too complicated the way i was trying it before. Any help would be AWESOME. |
#5
![]() |
|||
|
|||
![]()
Zach,
Copy it and paste it down your column to match your data. The D1 will change to D2, D3, etc. HTH, Bernie MS Excel MVP "Zach" wrote in message ... awesome, those are both great. is there any way to make it apply to the whole column at once? "Bernie Deitrick" wrote: Zach, If cell F1, use a formula like =IF(D1="Chicken","Cluck",IF(D1="Cow","Moo","Not a cow or chicken")) I extended it because you wanted "something to that extent." <g HTH, Bernie MS Excel MVP "Zach" wrote in message ... I have an excel table which is pretty simple, but putting together code is not one of my specialties. Each "record" is listed across a row, and each column of that row is a characteristic. I need a function which lays out like this: (things in quotes will be examples) IF "D1=chicken" then "F1=cluck" or something to that extent. I tried using Find and Replace, but it just gets too complicated the way i was trying it before. Any help would be AWESOME. |
#6
![]() |
|||
|
|||
![]()
It's perfect, thanks to you both for helping me out. Smooth sailing from
here on out. "Bernie Deitrick" wrote: Zach, Copy it and paste it down your column to match your data. The D1 will change to D2, D3, etc. HTH, Bernie MS Excel MVP "Zach" wrote in message ... awesome, those are both great. is there any way to make it apply to the whole column at once? "Bernie Deitrick" wrote: Zach, If cell F1, use a formula like =IF(D1="Chicken","Cluck",IF(D1="Cow","Moo","Not a cow or chicken")) I extended it because you wanted "something to that extent." <g HTH, Bernie MS Excel MVP "Zach" wrote in message ... I have an excel table which is pretty simple, but putting together code is not one of my specialties. Each "record" is listed across a row, and each column of that row is a characteristic. I need a function which lays out like this: (things in quotes will be examples) IF "D1=chicken" then "F1=cluck" or something to that extent. I tried using Find and Replace, but it just gets too complicated the way i was trying it before. Any help would be AWESOME. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
write a function to determine if cells have names | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
clock | Excel Worksheet Functions |