have to find all PENDING ORDER from 9 work sheets in same workbook

zoharb

Board Regular
Joined
Nov 24, 2011
Messages
73
Office Version
  1. 2021
  2. 2013
Hi ,
have to find all PENDING ORDER from 9 work sheets in same workbook
Zohar Batterywala
 

Attachments

  • 28nov24 workbook.jpg
    28nov24 workbook.jpg
    243.2 KB · Views: 14
  • worksheet list .jpg
    worksheet list .jpg
    6.1 KB · Views: 11
Respected Sir ,
I think the problem could be this -hrs count after "pending"
Zohar Batterywala
 

Attachments

  • extra hrs count after pending .jpg
    extra hrs count after pending .jpg
    36.1 KB · Views: 3
Upvote 0

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Respected,
recently I tried to save the XLSX file and it mentioned me to SAVE in XLSM.
If I save it in XLSM, will other formulas of VLOOKUP, XLOOKUP, UNIQUE(made in 2021 version) will work. And it will allow to use for normal data entry??
Zohar Batterywala
 
Upvote 0
Do you want to include the rows which contain -hrs count after "pending"?
You must save the file with an "xlsm" extension because the file contains a macro. This will have no affect on other formulas.
 
Upvote 0
"There are easier ways to run macros such as clicking a button on your sheet or a letter of your choice on the keyboard. If you are interested in this approach, please let me know."
Yes
 
Upvote 0
Do the following to insert a button:
-In the menu at the top, click on INSERT.
-Click the SHAPES button and the select a shape such as a rounded rectangle.
-Click on your sheet to insert the shape.
-Move the shape to your desired location on the sheet.
-Right click the shape and click EDIT TEXT. This allows you to enter a label for the shape.
-Right the shape and click ASSIGN MACRO.
-In the pop up, select the CopyPending macro and click OK. When you click the shape, the macro will run.

Do you want to include the rows which contain -hrs count after "pending"?
 
Upvote 0
Do you want to include the rows which contain -hrs count after "pending"?
You must save the file with an "xlsm" extension because the file contains a macro. This will have no affect on other formulas.
sir, what to change in the code?
 
Upvote 0
If you want to include the rows which contain -hrs count after "pending", then there is no need to change the code. If you want to exclude the rows which contain -hrs count after "pending", please let me know and I will change the code.
 
Upvote 0

Forum statistics

Threads
1,224,847
Messages
6,181,327
Members
453,032
Latest member
Pauh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top