Create a VBA or formula that can summarise all the info from different sheets that does not have the same description cells

Waffles255

New Member
Joined
Mar 30, 2019
Messages
26
Office Version
  1. 2019
2021 Bookings Working Papers (11).xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJ
1WILDERNESS FIRST AID LEVEL 1& LEVEL 2 PFG 15C02 AUGUST - 06 AUGUST 2021
2LOCAL0MAXIMUM PAX 20
3INTERNATIONAL20PROVISIONAL BOOKINGS20
4OFFICIAL BOOKINGS0
5CONFIRMED BOOKINGS0
6AVAILIABLE SPACE0
7WAITLISTED0
8NOOUTSTANDING FEES BOOKING STATUS PROVISIONAL OR CONFIRMEDFULL NAMES AND SURNAME AS PER ID/ PASSPORT DOCUMENTSAGED.O.B.M/FCOUNTRYREG. MED DETAILSDRIVERS LICENSEID / PASSPORTINDEM.ARRIVALDEPARTURE DIETAGENT (IF APPLICABLE)SPECIAL REQUESTS / OTHERTOTAL COURSE COSTPAYMENTS RECEIVEDDATEPAYMENTS RECEIVEDDATEPAYMENTS RECEIVEDDATEPAYMENTS RECEIVEDDATESA ID NOPASSPORT NOSTUDENT TELEPHONE NOCONTACT IN EMERGENCYEMERGENCY NOMEDICAL DETAILSOCCUPATIONPOSTAL ADDRESSEMAIL ADDRESS
910.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 1PFG 0.00
1020.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 2PFG 0.00
1130.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 3PFG 0.00
1240.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 4PFG 0.00
1350.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 5PFG 0.00
1460.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 6PFG 0.00
1570.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 7PFG 0.00
1680.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 8PFG 0.00
1790.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 9PFG 0.00
18100.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 10PFG 0.00
19110.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 11PFG 0.00
20120.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 12PFG 0.00
21130.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 13PFG 0.00
22140.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 14PFG 0.00
23150.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 15PFG 0.00
24160.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 16PFG 0.00
25170.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 17PFG 0.00
26180.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 18PFG 0.00
27190.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 19PFG 0.00
28200.00PROVISIONALBLOCK BOOKING PFG 15C NAME TBA 20PFG 0.00
SEL 15C FIRST AID 02 AUG - 06 A
Cell Formulas
RangeFormula
C2C2=COUNTIF($H$9:$H$28,"SA")
C3C3=SUM(E3+E4+E5-C2)
E3E3=COUNTIF($C$9:$C$28,"PROVISIONAL")
E4E4=COUNTIF($C$9:$C$28,"OFFICIAL")
E5E5=COUNTIF($C$9:$C$28,"CONFIRMED")
E6E6=SUM(E2-E3-E4-E5)
E7E7=COUNTIF($C$9:$C$28,"WAITLIST")
B9:B28B9=SUM(S9-T9-V9-X9-Z9)




Good Day gents i have a tough one here i have a database in excel spanned over 270 sheets that basically has the same structure as above, however some sheets does have more cell descriptions than others so i cant append it, basically i want to create all one sheet that combines all the info on the sheet while also placing the Course name in Cell A1 of every sheet as well as the N1 Date after each booking it returns. to be able to build reports of it. is there a way i can create a formula that looks on each sheet where the cells start on row 8 for each sheet and the booking information is below that. Can i for example lookup all outstanding fees and it will give me every listing in every sheet that has an outstanding fee, while also placing the Course name and date next to it. Our admin person is very resistance to change so i cannot change the way she does it but hoping there is a way to make it work?
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,214,827
Messages
6,121,806
Members
449,048
Latest member
greyangel23

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