+ Reply to Thread
Results 1 to 2 of 2

Tweak formula to work again after changing worksheet

  1. #1
    Forum Contributor
    Join Date
    08-28-2013
    Location
    grand rapids, michigan
    MS-Off Ver
    Excel 2010
    Posts
    163

    Tweak formula to work again after changing worksheet

    I had this project finished but there were complaints so I had to change it. The problem is now the formulae I had no longer work. If you open the workbook you will see the second and third tab reading "Sequoia" and "Sequoia Complete" respectively (I will be making a Dawn and Coast sheet as well when I figure out the formulae). The end result I am looking for can be seen on the "Sequoia Complete" tab. I would like to reference the Census Sheet for all data as that will be the one sheet that is edited.

    Here is the formula for grabbing the name off of Census Sheet: =IFERROR(INDEX('Census Sheet'!$C$3:$C$24,SMALL(IF('Census Sheet'!$N$3:$N$24="C",(ROW($M$3:$M$24)-ROW($M$3))+1,""),ROWS($1:1)),1),"")
    Here is the formula to flip names: =TRIM(RIGHT(SUBSTITUTE(B4," ",REPT(" ",255)),255))&", "&LEFT(B4, LEN(B4)-LEN(TRIM(RIGHT(SUBSTITUTE(B4," ",REPT(" ",255)),255)))-1)
    Here is the formula to alphabetize by last name: =LOOKUP(2,1/FREQUENCY(ROWS($1:1),1+COUNTIF($A$4:$A$15,"<"&$A$4:$A$15)),$B$4:$B$15)
    Here is the formula to populate as first name, last initial: =LEFT(C4,FIND(" ",C4))&" "&MID(C4,FIND(" ",C4)*1,2)

    I do realize the columns and rows no longer match up, but after I could not get the first formula to work I just stopped and came here before I really did some damage.

    I currently have a hidden column utilizing the last formula, but it is useless to me now. I can have hidden columns although I prefer them to the right of the table.

    forum1.xlsm

  2. #2
    Forum Contributor
    Join Date
    08-28-2013
    Location
    grand rapids, michigan
    MS-Off Ver
    Excel 2010
    Posts
    163

    Re: Tweak formula to work again after changing worksheet

    Nevermind...I got it...I did not think I would be able to make it work.Round2.xlsm

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need a tweak to worksheet change code that autofits the row height of merged cells
    By David M. in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-26-2014, 01:33 PM
  2. [SOLVED] Formula to work out the average of an array from a changing cell
    By francesc in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-06-2014, 10:00 PM
  3. Changing work sheet references in formula en masse
    By FoxyDread in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-06-2013, 12:42 PM
  4. Changing 2 ''Button'' macro's to work at all time in the worksheet
    By Aiyvae in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2012, 02:36 PM
  5. Changing a Formula to Show the work
    By Casey_D in forum Excel General
    Replies: 3
    Last Post: 02-15-2009, 01:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1