HELP... formula and general excel question

matt179

New Member
Joined
Sep 16, 2011
Messages
30
Hello,

Can anybody help?


Ive created a log sheet for patients i admit in the hospital i work at, i want to know is there any way to tab directly from the end of my last text column K, to the begginnning of the next row A?

Also ive created the formula's to add up how many patients are admitted per day with a COUNTA and have this working across different pages succesfully, what i want to know is that when a patient ends up not coming in, I strikethrough their information as i still want to keep their record on the log, is there any way to write a formula to subtract anyone who has been struckthrough off my totals?

Thank you in advance
 
Ok:

column I has 'Specialty' data ia added in via text

column J has 'Medicine' data ia added in via text

column k has 'Surgery' and is marked with a 'X'

colmun L has the 'Did not attend'

So a patient gets admitted to either 3 and a summary page adds up the totals. Its just if a patient doesnt come in and you 'X' the DNA column i need the summary to subtract it only from that area's total.

Does that help with what im after?
 
Upvote 0

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
I have just ammended your formula to

=COUNTA(Monday!J2:J201)-SUMPRODUCT((Monday!L2:L201="X")*(Monday!J2:J201<>""))

Seems to be working so far
 
Upvote 0

Forum statistics

Threads
1,224,582
Messages
6,179,670
Members
452,936
Latest member
anamikabhargaw

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