+ Reply to Thread
Results 1 to 3 of 3

How to copy a cell based on anothers value

  1. #1
    Registered User
    Join Date
    02-05-2019
    Location
    Ohio, USA
    MS-Off Ver
    1812
    Posts
    2

    How to copy a cell based on anothers value

    I Have about 40 spread sheets to manipulate and need some help doing it. I am looking to see how to copy a cell based upon the cell above it. If the initial cell has the word Site or Workshop in it then, copy the cell immediately above it.

    on my example where ever the A column reads a Site or Workshop I want it to copy the number above it? Hope I am being clear enough. Thank you in advance for any help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: How to copy a cell based on anothers value

    in I2
    =IF(B2<>1,LOOKUP(2,1/(B$1:B2=1),A$1:A$30),"")
    and copy down the column
    Last edited by Special-K; 02-05-2019 at 08:28 AM.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    02-05-2019
    Location
    Ohio, USA
    MS-Off Ver
    1812
    Posts
    2

    Re: How to copy a cell based on anothers value

    Special K, Thank you for your help! I appreciate it.

+ 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. Match One Column's Contents with Anothers
    By AlexNsvc in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 03-29-2016, 07:16 PM
  2. [SOLVED] Change cell value and color based on anothers cells values
    By luizmachado in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-03-2016, 07:01 PM
  3. [SOLVED] auto clear cell when anothers info is changed
    By kriminaal in forum Excel General
    Replies: 10
    Last Post: 07-20-2015, 08:17 AM
  4. Replies: 4
    Last Post: 07-27-2011, 04:05 PM
  5. condetional copy from tow columns to anothers
    By abdi1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-16-2011, 05:09 AM
  6. adjust one cells values depending on anothers
    By M_Jack in forum Excel General
    Replies: 2
    Last Post: 10-23-2009, 02:05 PM
  7. Replies: 11
    Last Post: 04-16-2009, 03:22 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