+ Reply to Thread
Results 1 to 8 of 8

Help needed in cell routing

  1. #1
    Registered User
    Join Date
    04-25-2017
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Help needed in cell routing

    Hi all,

    I need some assistance as I cannot figure out which formula or if this is even possible (I hope it is) to do across a number of sheets in a workbook.

    To ease explanation I will refer to two sheets, 'Summary' and 'Figures'

    Basically the idea is, I want to have a Summary sheet, which has a cell showing a figure from another sheet. However, the figure I want it to display can be one of two cells on the Figures sheet... Bare with me on this.

    The Figures sheet is set out that it has a permanent figure in cell A1 (for this purpose it is a budget) and in cell A2 it has a figure which may or may not exist (for this purpose it is actual spend). I want the cell on the Summary sheet to show the figure in A2 on the Figures sheet ONLY if data has been entered (In this case if money has been spent or not). If no data is inputted into A2 then I want the cell on the Summary sheet to show the Data from cell A1 on the Figures sheet.

    Is there a formula that can do this?

    I appreciate any help!

    Thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,358

    Re: Help needed in cell routing

    Attach a sample workbook not image)

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    04-25-2017
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Help needed in cell routing

    Please find the attachment, hopefully this gives more of an explanation
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-25-2017
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Help needed in cell routing

    Quote Originally Posted by JohnTopley View Post
    Attach a sample workbook not image)

    Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Find attached, I have revised the first upload with desired result in red and italics
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,358

    Re: Help needed in cell routing

    Try

    =IF(LEN(VLOOKUP(A2,Figures!$A$2:$C$4,3,0))=0,VLOOKUP(A2,Figures!$A$2:$C$4,2,0),VLOOKUP(A2,Figures!$A$2:$C$4,3,0))

  6. #6
    Registered User
    Join Date
    04-25-2017
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Help needed in cell routing

    Quote Originally Posted by JohnTopley View Post
    Try

    =IF(LEN(VLOOKUP(A2,Figures!$A$2:$C$4,3,0))=0,VLOOKUP(A2,Figures!$A$2:$C$4,2,0),VLOOKUP(A2,Figures!$A$2:$C$4,3,0))
    Perfect, thank you very much for your help!

  7. #7
    Registered User
    Join Date
    04-25-2017
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Help needed in cell routing

    Quote Originally Posted by JohnTopley View Post
    Try

    =IF(LEN(VLOOKUP(A2,Figures!$A$2:$C$4,3,0))=0,VLOOKUP(A2,Figures!$A$2:$C$4,2,0),VLOOKUP(A2,Figures!$A$2:$C$4,3,0))
    UPDATE: I have amended this formula to use on my spreadsheet however it doesn't seem to be working correctly. Due to sensitive information I cannot upload the spreadsheet.

    The issue I'm having is the formula picks up the data in the 'Figures' spreadsheet with no issue however it doesn't change to the manually inputted data when it is entered on the 'Figures' sheet.

    Any ideas?

    Thanks

  8. #8
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,358

    Re: Help needed in cell routing

    however it doesn't change to the manually inputted data when it is entered on the 'Figures' sheet.
    I don't understand the above.

    Without a file simulating the problem it is not possible to say what is wrong

+ 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. Routing a spreadsheet for approval
    By TMartin79 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-11-2014, 03:26 PM
  2. Copy named ranges base on a cell value that is generated by a sub routing?
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-29-2012, 11:50 PM
  3. Routing cancellation
    By boomshank in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-08-2011, 08:23 AM
  4. routing slip
    By Noemi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-15-2006, 08:20 PM
  5. [SOLVED] Routing / email
    By Adrian in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-12-2005, 05:05 PM
  6. [SOLVED] 2003 - Doc Routing - Not Working
    By Lynn in forum Excel General
    Replies: 0
    Last Post: 07-07-2005, 01:05 PM
  7. routing slip
    By Jo in forum Excel General
    Replies: 0
    Last Post: 06-28-2005, 03:05 AM

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