+ Reply to Thread
Results 1 to 3 of 3

Looking to target a cell with no formula (without scripting)

  1. #1
    Registered User
    Join Date
    01-17-2011
    Location
    Arkansas
    MS-Off Ver
    Excel 2007
    Posts
    5

    Looking to target a cell with no formula (without scripting)

    Here is the jist of it.

    One one sheet, I have a long rage of information of stuff you would find in a library: books, newspapers, magazines, pamphlets, novels, short stories, etc.. Each type of item has a random number of pages. Let's say Book, Novel, Hardcover has a C2 (pages) value of =(200 + (randbetween, 100,1000).

    On another sheet, I have a long list of dropdown menus calling the range of books via vlookup starting in C1. This calls the book type in C1, and puts the random and other information into C2:C15.

    If I use the next dropdown and call forth the same type of book, it will copy the same randomized number previously called.

    If I have the sheet auto-calculate, they both change to the newly updated random number.

    I want the value, once called, to freeze, and i would prefer to use formula only, and avoid all scripting or macros if possible.

    -------

    I have tried coding an empty cell to say =IF(C2>0,C2=C2,C2=0). If the randomized/called number is greater than 0 (if cell is not blank), then the formula in C2 is overwritten by the texted number in C2, else C2 is blank). But this only gives me a value of TRUE.

    C2 is a code that calls the cell with the rand formula. I need to overwrite C2s formula with text, or target it from another cell.

    I hope I have given enough explanation.

  2. #2
    Registered User
    Join Date
    01-17-2011
    Location
    Arkansas
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Looking to target a cell with no formula (without scripting)

    I know a way around it, if there is such a coding for it.

    is there a way for one cell to place a number into a different cell.

    For example, in H16, could I use a formula to place "0" into cell G2?

    So, G2 has NO code in it, just text entered via H16's formula.

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Looking to target a cell with no formula (without scripting)

    Short answer: No

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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