Macro question... (maybe Scripting?)

Ice5

New Member
Joined
Mar 31, 2002
Messages
9
First of all, the worksheet in question can be seen here:
http://www.cameronspencer.com/semester5.html

I added the column and row headers (abc, 123, etc.) so everyone knows what's what.

Basically I'm looking for a formula to figure out how many dual flights, solo flights, etc. I haven't done yet.

Pseudo code:

dual_flights_remaining = 0;
for(i<=30,i=1,i++) {
  if (("I"+i == "") && ("B"+i<>""))
    dual_flights_remaining++;
}

Then cell L22 would be "=dual_flights_remaining"

I'm assuming this would be accomplished with VB Scripting?

Thanks.

EDIT: Fixed the URL.
This message was edited by Ice5 on 2002-09-19 17:42
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I need more information. I have looked at your sheet and each flight has a Dual or Solo?

What's all the strike-through's?

Do you have the total needed for each?
Or is the total dynamic and increasing?

In any case, I think you can use sheet formulas or a Change Event Macro to update the remaining fields on any sheet change.

I looked and looked at your sheet and am having a problem understanding? JSW

_________________<INPUT type="JSW" value=" Excel On... Coder's!" ID=Text1><spanstyle='font-size:36.0pt;color:#FFCC00'>JSW<o:p></o:p></span>[/b]</p><spanstyle='font-size:36.0pt;color:#FFCC00'>Try and try again, " The way of the coder!"<o:p></o:p></span>[/b]
This message was edited by Joe Was on 2002-09-19 18:33
 
Upvote 0

Forum statistics

Threads
1,215,597
Messages
6,125,741
Members
449,256
Latest member
Gavlaar

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