+ Reply to Thread
Results 1 to 2 of 2

If cell contains a specific string then allow cells next to it be manipulated

  1. #1
    Registered User
    Join Date
    06-19-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    6

    If cell contains a specific string then allow cells next to it be manipulated

    Hi guys, I was wondering if anyone could help me. I have a chart where as I add tools to inventory, it auto fills cells E23, F23, G23 by vlookup based on D23 with the following formula, =IFERROR(VLOOKUP(D23,Inventory!$G$14:$P$56,5,FALSE),"")

    Is there a way to keep the vlookup formula in that cell but allow cell to be manipulated if a certain string goes in D23. For this case, I'd like it that if the string "Rig" shows up in D23, then E23, F23, G23 can all be manipulated by the user but if string is not found then formula goes back to that cell. Any help would be greatly appreciated. Thanks

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: If cell contains a specific string then allow cells next to it be manipulated

    Hi Koonz99,


    A cell can either have a formula or a user value. If a user enters value, then formula would be overwritten.
    Alternatively, you can assign a logic where user can enter in some other cell instead of directly entering over formula cell... for example if d23 contains formula, then user can enter in any other cell .. lets say m1 and you can update formula in d23 as = if(m1="",formula,m1)


    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

+ 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