Chris
2008-04-30 00:36:11 UTC
I often am in a situation where I am creating a large excel list containing a bunch of columns. Generally these excel lists contains hundreds of rows in a ordered form.
My problem comes into play when I try to automatically fill cells without having to copy/past my data manually (which is what I currently do).
Envisions this situations:
* rows 1 - 500 have data split into 3 columns
* column A = State (ie. Alabama, Alaska, Arizona,....)
* column B = URL (ie. http://www.demo.com)
* column C = Description (ie. blabla...)
For this example, lets assuming rows 1-25 are represent entries that apply to the sate "Alabama" but only the first entry (A1) has an entry in the State column for "Alabama" and rows 2-25 are blank... now - row 26-75 should have the State column filled in with "Alaska" but only the first entry "A26" has this.... What formula would automatically fill in all the blanks correctly?