yes/no response

  1. F

    VBA question

    Below I have an easy yes/no question, but... What I would like to do is instead of typing out the question I would like for it to input the content (question) from Cell A1. Sub START() MSG1 = MsgBox("CELL A1", vbYesNo, "") If MSG1 = vbYes Then MsgBox "Great" Else MsgBox "Sorry to hear...
  2. B

    Pivot Table Issues

    Hi All, New to forum so limited knowledge on how i go about it. But here goes.... Having some difficulty creating a pivot table in the format i would like it. I have a list of golfers in the first column, with tournament attendance in columns B onwards- BMW PGA...
  3. S

    Star Trek Vs Star Wars Survey Yes No Maybe in Excel VBA

    I am trying to make a yes no maybe survey Star Trek as Yes and Star Wars as No and No Pref as maybe. This is how far I have got I am also tallying the totals in field A1:C2 <tbody> A B C 1 Star Trek Star Wars No Pref 2 0 0 0 </tbody> Private Sub btnOK_Click() Dim intSelection...
  4. T

    Use ISNA and MATCH functions to return a Yes or No when a match exists or not.

    Hey guys, I have been trying to figure out why my Excel formula is not working, but can't seem to figure it out. The web has a lot of information regarding ISNA, but when I use it the formula seems to be broken or something. I have the following formula in D4 of Sheet1: =IF(ISNA(MATCH(D3...

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