Index IsNumber Data Anaysis

dunmore83

Well-known Member
Joined
Aug 24, 2011
Messages
540
Hoping you might be able to provide some assistance on another part of the same workbook?!! If only you were in Australia I could attempt to send you some fresh milk :)

Anyways if your willing the 1st part I need you to look at is the formula in column D of the 1st worksheet... the problem here is that I don't want the rows with no data. Is it possible somehow to have only have rows when the formula returns a numerical value ??

https://www.dropbox.com/s/75bv2uwr7nbhtsh/Gaz-AI-Analysis.xlsx?dl=0
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Mmm tricky, leave it with me.

Just to confirm, the AI date is the date in AI-02-Dates?
 
Upvote 0
TBH not sure it is do-able (by me anyway!), i'll take a look in the morning and let you know.

The problem i see is that the Tag has to be retrieved before a check can be made on those new dates, I can't see how it is possible to exclude the tag after! Unless we just make the cell a different colour of flag in some other way!
 
Last edited:
Upvote 0
OK think i've done it!
I had to add a formula to Column A on AI-Alrpo-Data, this checks if the tag has a date within the exclude range and places a count in Col A.
I then amended the formula in D3 to only return Tags which are a zero in Col A.

Appears to work, if it is acceptable!

If it is then check that it works as you want it to.

Code:
[TABLE="width: 159"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Cow No.[/TD]
[TD]Cow ID[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]329[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]11212[/TD]
[TD]SIER[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]347[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]1725[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]134[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] 1.00[/TD]
[TD]101[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]2226[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]1807[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]3056[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] 1.00[/TD]
[TD]1738[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]870[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]1044[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]1741[/TD]
[TD]DUN[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]9503[/TD]
[TD]SIER[/TD]
[/TR]
[TR]
[TD="align: right"] 1.00[/TD]
[TD]230[/TD]
[TD]SIER[/TD]
[/TR]
[TR]
[TD="align: right"] -[/TD]
[TD]3029[/TD]
[TD]DUN[/TD]
[/TR]
</tbody>[/TABLE]

https://www.dropbox.com/s/wzhufske6q6nn63/Gaz-AI-Analysis-4.xlsx?dl=0
 
Upvote 0

Forum statistics

Threads
1,214,540
Messages
6,120,107
Members
448,945
Latest member
Vmanchoppy

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