access partition function

  • Thread starter Thread starter pago_boss
  • Start date Start date
P

pago_boss

I have been using the Partition function in Access a lot. Is there
an
equivalent function in Excel and can you please show me how to use it
in Excell.

Thanks,


Pago
 
Hi Sofia
You might check out the FREQUENCY and HISTOGRAM functions in Excel help.
They look to be similiar to the Partition VBA function that you are using,
judging by the description of Partition in VBA help. (I have never used
Partition)
Please note that the HISTOGRAM function is only available with the Aalysis
ToolPak loaded.
You obviously know how to use Access, but I do not know how familiar you are
with Excel, so if you need a general discussion of using statistical
functions in Excel, please see:
http://office.microsoft.com/training/training.aspx?AssetID=RC010919231033
for information on how to use Excel statistical functions.
Please let us know if this helps or if you need clarification or further help.
SongBear
 
Hi Pago,
Sorry, I used the wrong name, too many windows open, but that was the answer
meant for this question. (Now I have to go find out where the Sofia window
went...)
SongBear
 
I believe Excel's Partition function works the same as Access's.

Sub Demo()
Dim S As String
S = Partition(23, 0, 100, 10)
Debug.Print S
End Sub

20: 29

The number 23 falls in the Range 20:29
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

66,000 excel record limit 4
Bar Graph 1
Access #Error & Excel Pivot 0
error # 2147217887 9
Advanvnce formula and function 1
Convert Cell Value to ASCII 1
CONCATENATE & LOOKUP Functions 0
Polynomial Trendline 10

Back
Top