Formula Find Latest Version

darkfreedoom

New Member
Joined
Nov 1, 2011
Messages
30
efhh.jpg


The image is just example of what i need.
I would like to know is there any formula that can return value as shown in the RED cells?

for example, WORD, in the table we can see that the latest version is "3".
in column "G", instead of enter the value "3" manually, i would like to create a formula to return the value "3".

any expert can help me? :help:

OS: Window XP SP3
Excel: 2007
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
efhh.jpg


The image is just example of what i need.
I would like to know is there any formula that can return value as shown in the RED cells?

for example, WORD, in the table we can see that the latest version is "3".
in column "G", instead of enter the value "3" manually, i would like to create a formula to return the value "3".

any expert can help me? :help:

OS: Window XP SP3
Excel: 2007
G3, just enter and copy down:

=LOOKUP(9.99999999999999E+307,B3:F3,$B$2:$F$2)
 
Upvote 0
Try
Code:
=COUNTIF(B3:F3,">=0")

thx, it works if i have every version of it.
But it won't work if i skip a previous version.

say, i have version 2, and 3 but dun have version 1.
your formula will return "2", instead of "3" :)

thx anyway. i learn a new formula from you.
 
Upvote 0
My apologies.....I wondered why Aladin had such a difficult formula for a simple count..
You'll notice that the version No is also the number of entries in your table, which confused me.....obviously not so with Aladin.
 
Upvote 0
it seems like my example does not fit my work :(
here i post a part of my work here. Hope expert will help.

efh2.jpg


same problem,
I would like to know is there any formula that can return value as shown in the RED cells?

Note: The 3 yellow cells are merge.

here's the example excel file.
 
Upvote 0

Forum statistics

Threads
1,225,072
Messages
6,182,697
Members
453,132
Latest member
nsnodgrass73

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