OZmium Sports Betting and Horse Racing Forums

OZmium Sports Betting and Horse Racing Forums (http://forums.ozmium.com.au/index.php)
-   General Topics (http://forums.ozmium.com.au/forumdisplay.php?f=59)
-   -   Excel help please?? (http://forums.ozmium.com.au/showthread.php?t=12749)

Twodogs 5th March 2006 02:24 PM

Excel help please??
 
Could anyone point me in the right direction?

I need a formula for the following! I have 3 columns with the 3 different state divs in them. In the fourth column I want to put the highest div of the 3 columns. Of course in some cases the three divs could be all the same. Anybody have any suggestions it would be greatly appreciated.

Thanks
Twodogs

La Mer 5th March 2006 02:44 PM

Quote:
Originally Posted by Twodogs
Could anyone point me in the right direction?

I need a formula for the following! I have 3 columns with the 3 different state divs in them. In the fourth column I want to put the highest div of the 3 columns. Of course in some cases the three divs could be all the same. Anybody have any suggestions it would be greatly appreciated. Thanks Twodogs


Assuming you have columns A B C D, with cell A1 containing 4.30 B1 containing 4.6 & C1 containing 4.20 then in column D1 place the following formula:
=MAX(A1:C1)

That should do it with the answer being 4.6 being shown in cell D1.

wesmip1 5th March 2006 02:45 PM

use MAX(CELL1:CELLn)

where CELL1 is the first column an CELLn is the last column.

Seemed to work for me.

Good Luck.

wesmip1 5th March 2006 02:46 PM

Ahh and I see La Mer just beat me to it ....

Twodogs 5th March 2006 02:51 PM

Thanks for that!!

What if the columns were not side by side?? Say column A, C and E

Twodogs

Twodogs 5th March 2006 02:56 PM

I think I worked it out!!!

=MAX(A534,C534,E534)

Twodogs

Thanks again for your help!!!

Twodogs 7th March 2006 01:36 PM

Any ideas on how I can overcome getting an answer #DIV/0! I am using the following formula but the problem is that some of the data is zeros and I get the answer #DIV/0! when it it (0/0)*100.

=('Full Fields'!BZ7/'Full Fields'!BY7)*100

Is there an alternative formula that I could use to overcome this?

Thanks
Twodogs

wesmip1 7th March 2006 01:47 PM

A simple If soles the problem :


=IF('Full Fields'!BY7 = 0, 0, ('Full Fields'!BZ7/'Full Fields'!BY7)*100)

Good Luck,

davez 7th March 2006 01:49 PM

=IF(ISERROR('Full Fields'!BZ7/'Full Fields'!BY7)*100,0,'Full Fields'!BZ7/'Full Fields'!BY7*100)


should do it

Twodogs 7th March 2006 01:55 PM

Thanks Guys

You certainly know your excel. I am learning but slowly.

Cheers
Twodogs


All times are GMT +10. The time now is 04:06 PM.

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.