Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to figure out how to automatically transform data and/or populate
cells. Some examples of the things I need to do: -change all instances of "male" to "M" and all instances of "female" to "F" -combine separate columns with street, city, state, zip, & country into one column -automatically populate a column asking whether work experience was paid or voluntary based on the heading of the column next to it I don't know if all of these things are possible but any help you could offer would be greatly appreciated. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use Find & Replace to change Male and Female, or you could
use this formula: =IF(A1="Female","F",IF(A1="Male","M","") or even: =LEFT(A1,1) where I have assumed your gender information is in column A starting with A1 - adjust the cell references to suit and copy the formula down as required. Assuming you have street, state, zip and country in four columns D to G, then this formula will combine them with a comma and space between each: =D1&", "&E1&", "&F1&", "&G1 Again copy this down as required. I'm not sure what you mean about the work experience - perhaps you can elaborate? Hope this helps. Pete On Oct 25, 10:41 pm, Liz wrote: I need to figure out how to automatically transform data and/or populate cells. Some examples of the things I need to do: -change all instances of "male" to "M" and all instances of "female" to "F" -combine separate columns with street, city, state, zip, & country into one column -automatically populate a column asking whether work experience was paid or voluntary based on the heading of the column next to it I don't know if all of these things are possible but any help you could offer would be greatly appreciated. Thanks. |
#3
![]() |
|||
|
|||
![]()
Hi there! It's definitely possible to auto transform sets of data in Excel. Here are some steps you can follow for the examples you provided:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Change data in a single column from "last, first" to "first last" | Excel Discussion (Misc queries) | |||
=IF(D13="PAID","YES","NO") Can I change fonts colour | Excel Discussion (Misc queries) |