Developer Required

Find a developer for your Excel triggered betting needs and advertise your development service here.

Moderator: 2020vision

Developer Required

Postby SWV » Sat Feb 05, 2022 10:00 pm

I would like a sheet for the horse racing markets to meet the following criteria;

1. Count the number of cells in the range AA5:AA10 > 0 and record the result in AA1.
2. If AA1 = 1 then Z5:Z10 is copied and pasted into the next available column.

Every time AA1 = 1 then Z5:Z10 is copied and pasted to the next available column and saved. This is to be continuous.

I hope this makes sense.
Please PM if you are interested in this project.

Thank you.
SWV
 
Posts: 61
Joined: Sat Aug 12, 2017 8:11 am

Re: Developer Required

Postby SWV » Fri Feb 11, 2022 8:10 pm

No-one interested? I cannot waste another weekend on trying to sort this by myself. The penny just not drop for me.
SWV
 
Posts: 61
Joined: Sat Aug 12, 2017 8:11 am

Re: Developer Required

Postby Bradz89 » Tue Jan 17, 2023 1:13 pm

You could try this - it was provided by ChatGPT

Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("aa5:aa10")) Is Nothing Then
Dim count As Integer
count = 0
For i = 5 To 10
If Range("aa" & i).Value > 0 Then
count = count + 1
End If
Next i
Range("aa1").Value = count
If Range("aa1").Value > 1 Then
Dim lastColumn As Long
lastColumn = Cells(5, Columns.Count).End(xlToLeft).Column + 1
Range("z5:z10").Copy Destination:=Cells(5, lastColumn)
End If
End If
End Sub
Bradz89
 
Posts: 2
Joined: Tue Jan 17, 2023 1:03 pm


Return to Find an Excel developer

Who is online

Users browsing this forum: No registered users and 10 guests

Sports betting software from Gruss Software


The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.

Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.

Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.

He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.

We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.

cron