variations

  1. H

    Excel VBA Web Scraper to get Amazon Size ASINs from Web Page- Please help!

    Hello everyone, I am developing a VBA web scraping tool that will find all of the size variations for an amazon page and get their ASINs (The unique link to each product page.) Any amazon page will do, but here is the web page I used in my example. https://www.amazon.com/dp/B079M63HK2 The...
  2. H

    Excel VBA Web Scraper to get Amazon Size ASINs from Web Page- Please help!

    Hello everyone, I am developing a VBA web scraping tool that will find all of the size variations for an amazon page and get their ASINs (The unique link to each product page.) Any amazon page will do, but here is the web page I used in my example. https://www.amazon.com/dp/B079M63HK2 The...
  3. L

    Wildcard If Statment

    I'm struggling to use a wildcard with an if statement. my formula is "=IF(OR(BZ1="99",BZ1="99"&"*"),"True","False")" I need it to check the cell and if it has either 99 or variations of 99- then be true.
  4. ironsides

    Using a range of numbers in COUNT-SUMIF(INDIRECT formulas

    =COUNTIF(INDIRECT("$AP19:$AP$9999"&$A$1),"9") =SUMIF(INDIRECT("$AP$19:$AP$9999"&$A$1),"9",$BD$19:$BD$9999) I am using these formulas successfully but now I want to change the 9 to the range of 1:9 I tried several variations of the above, but to no avail. thanks Ironsides
  5. Johnny Thunder

    VBA Help - See anything wrong with my Copy/Paste Statement? Getting an Error 450

    Hi group, I am working on a piece of code that seemed to work in the past and now I am getting a weird error? "Error 450: Wrong number of arguments or invalid property assignment". I have marked the line with the error below. I have tried several variations of the line to see if I could...
  6. P

    Access 2003 - Date Query

    Hi - I have been using on a Query for a while where the date(in text) is 23/03/2012. Unfortunately a process has changed the date (in text) to 23/Jun/2018. Therefore when I use my Query Like "*06/2018" it brings nothing back I have tried all kinds of variations (trying to return all entries...
  7. piannetta

    Conditional count based on values in top row

    Hi, I'm trying to count the number of times the letter "O" appears in any column where the first row =1, then 2, and so on: I've been playing around with =countifs() and variations of nested =countif() without luck. Does anyone have any tips to help me with this please? Cheers, Pete
  8. N

    Which LOOKUP formula is used?

    What LOOKUP formula would I use to look at column B and tell me if there's a matching number in column E. B is not in numerical order but E is. I have tried several different variations of different LOOKUP formulas but none of them seem to work and I can't figure out what I'm doing wrong.
  9. M

    How to get %Change with either positive or negative numbers?

    Hi Hope you can help. I need to get the % change between 2 numbers. Here are all the variations possible 1 2 1/2-1 2 1 2/1-1 1 -2 1/2-1*-1 -2 1 -2/1-1 -1 -2 -2/-1-1 -2 -1 -1/-2-1 Now these are the variations and lets assume the first number is in...
  10. S

    Find value in separate range and replace

    Sheet1, column A contains the following data: BOFL BOF Locations Building our Future Locations These are all variations of the same same value, just written in slightly different ways. In Sheet 2, Column A, I have listed all of the variations (I may need to add more variations in future). I...
  11. B

    Issue with "Like" statements...

    I have a (long) formula that is functioning quite well. However, I now need to be able to pick up any variations of "na" that I could potentially run across (NA, N/A, etc.). In other words, I would like to basically pick up a wildcard value such as "n*". I understand that "Like" is probably...
  12. J

    problems with vba log

    have tried log and ln with variations of Application.WorksheetFunction. all give same err or
  13. B

    Changing multiple variations of names into one name

    Hello all, I've heard this is a very helpful group of individuals and hopefully you can help me solve my issue. Also, sorry if this is answered somewhere, I have hard time searching this situation. I currently run a report each day containing training data for multiple companies. The issue...
  14. T

    Sumproduct if other cell has text

    Hi all! Love the forum and always get my questions answered through a search, but cannot seem to find an exact answer for what I'm looking for this time. I want to do a sumproduct of the values in columns A*B only if there is text in column C (not blank). I've tried a bunch of variations but I...
  15. D

    Use countif then multiple result by vlookup result

    Hiya peeps, So I'm trying to work something out. In column A I have staff names. In row 1 I have the days of the week. Column B is titled Monday Column C is titled Tuesday and so on. So say for example in cell B1, I have written down 88 (this means that staff 1, is working 8-8 on Monday. I've...
  16. Pinaceous

    VBA combining Select & Range Select statements

    Hi All, I'm working with the following code: Sub Macro11() ' ' ' Worksheets("REPORT").Select Worksheets("REPORT").Range("A1:L47").Select End Sub Does anyone know how to combine these terms so I have one line? For example, I've tried variations of this code below, but I'm...
  17. R

    Non Repeating combinations of numbers (1-6 from 2 to 6 used)

    Hi, I am trying to find a way to identify and display the combinations of 1,2,3,4,5,6 using 2 numbers, 3 numbers all the way up to 6 numbers, i.e. 2 numbers = 1,2 - 1,3 - 1,4 - 2,3 etc 3 numbers = 1,2,3 - 1,2,4 - 1,2,5 etc 6 numbers = 1,2,3,4,5,6 (I do not need 6,5,4,3,2,1 or any other...

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