In excel, if I have blank cells in a particular column of a table, can I then include the whole row with the blank cell in a separate sheet?

Amy Alksnis 20 Reputation points
2023-11-30T19:46:47.76+00:00

**See image for a screen shot of the spreadsheet

I am looking to create a separate sheet in the same workbook that only contains orders without invoices. In my invoice column some cells have invoice numbers and some do not. I want to show ship tickets without invoices.Screenshot 2023-11-30 144628

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,176 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jiajing Hua 18,045 Reputation points Moderator
    2023-12-01T06:22:14.0366667+00:00

    Hi @Amy Alksnis

    You may try Excel Power Query.

    • Select the data range > Data tab > Get & Transform Data group > From Table/Range. 24
    • Set the filter for 'Invoice Number', select 'null'. 25
    • Click 'Close & Load', the results will load a separate sheet in this workbook.
    • Once there is the change for Invoice Number, you may click Data tab > Queries & Connections > Refresh All. 26

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Barry Schwarz 3,746 Reputation points
    2023-11-30T22:47:16.3533333+00:00

    It is pretty simple to do manually:

    • Select the entire region containing your data.
    • Sort the selection using the invoice column.
    • The rows without invoices will appear at the top or bottom of the selection.
    • Select the rows of without invoices.
    • Ctrl-C to copy.
    • Ctrl-V to paste into the new worksheet.
    • If desired, select the entire region and sort on ship ticket to restore the display.

    If this is something you need to repeatedly, record a macro performing these steps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.