+ Reply to Thread
Results 1 to 4 of 4

Formula to copy paste from row above and apply down

  1. #1
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,224

    Formula to copy paste from row above and apply down

    Hi all

    In my worksheet, i have cities listed in column C, along with sales ppl name. The cities are "Amsterdam, Bangkok" etc.

    In column F, i simply want to reference what city it is, so if i.e. city is in C9, in column F11 = C9, F12 = F12 etc

    I have attached my sample in the attached.

    TO give you an example, cities are listed in C9, C274, C374 etc. there is no logical sequence, so not sure how to apply a formula?

    thxs for the help!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-22-2017
    Location
    INDIA
    MS-Off Ver
    EXCEL 2007
    Posts
    106

    Re: Formula to copy paste from row above and apply down

    I applied the formula in column G. Use If function to get the desire result. Hope this will help you.

    -----------------
    If solved, click * Add reputation
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Formula to copy paste from row above and apply down

    Hi

    Formula in G1 =IF(AND(ISBLANK(A9),XOR(ISBLANK(A9),ISBLANK(C9))),C9,G8) and copy down

  4. #4
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Formula to copy paste from row above and apply down

    Hi

    alternate formula in G1 =IF(XOR(ISBLANK(A9),ISBLANK(C9)),C9,G8)

+ 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. VBA to copy pivot dates and paste into sheet and apply formula
    By marxism in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-31-2016, 01:40 AM
  2. Copy/Paste Row upon selection of cell then apply formatting
    By alimsab in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-30-2015, 11:59 PM
  3. copy formula and paste for new data added and autofill.....and paste special values
    By prabhuduraraj09 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-13-2014, 07:40 AM
  4. Dynamically apply filter and copy data and paste in another file
    By iamronakjain in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-11-2014, 09:25 AM
  5. How to copy data with formula and paste another sheet as paste spl -value only
    By sumesh56 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-14-2013, 09:03 PM
  6. What is the VBA language to copy formula cell and apply formula to set of cells?
    By Goldsmith in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-25-2012, 02:32 PM
  7. copy and paste formulas that apply to multiple worksheets
    By Help with copy and pasting in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-13-2006, 04:45 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