score2

  1. S

    Sum non adjacent cells with criteria

    Hello I have data to analyse game result as follows. Every team has to play twice with the same opponent yielding Score1 and Score2. I have to add total score of each player on a table 2 shown below. The main problem is the number of team will be changing. If a team is added then every team...
  2. T

    Logical operators work in columns

    I found this script and i now wonder how to make it work in more than one row. i tried to add Range("A1:A10"). but it gives me a run time-error 13 . Hope you can help. Sub test() Dim score1 As Integer, score2 As Integer, result As String score1 = Range("A1").Value score2 = Range("B1").Value...
  3. W

    IF statement doesn't give result

    Please help!! I have the macro below to return a result in column 13, row 2. The result is based on selections in columns 10, 11 and 12 of the same row. The macro appears to run and doesn't show an error in the code, but no result appears. I've started and stared, but can't see the problem...
  4. B

    help with looping something for the entire column

    Ive been having troubles looping mi script into the entire column. it looks like this Sub if_veracruz() Dim score1 As Integer, score2 As Integer, result As String score1 = Range("F2").Select score2 = Range("h2").Select If score1 = 30 And score2 <= 5 Or score2 = 8...

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