Hi,
I am struggling with a solution have tried several different possibilites.
Please see below an example:
I am trying to return data as per the headings in A10:R10 from the user selected data in B1:B4.
The main data table being referenced is as follows:
Some of the data has been removed.
Whatever I try doesn't work, usually getting #Value or #N/A, I am trying to populate A11:R*** with the relevant data.
Seriously, any guidance will be well received by me probably in the form of alcohol.
Many thanks
Steve
I am struggling with a solution have tried several different possibilites.
Please see below an example:
Excel Workbook | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
1 | Station Ground of Incident | Newcastle East | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
2 | Month | 2 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
3 | Local Indicator | LI 4 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
4 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
5 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
6 | Incident Count | 2 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
7 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
8 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
9 | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | * | ||
10 | Incident | Date and Time | Station ground of incident | Fire start location (primary fire only) | Igntion source (primary fire source) | Building number | Flat name number | Street | Locality | Ward | Property type level 3 | Property type level 4 | Property type level 5 | False alarm reason 3 | False alarm reason 4 | Month | Quarter | Local Indicator | ||
LookUp |
#VALUE!
I am trying to return data as per the headings in A10:R10 from the user selected data in B1:B4.
The main data table being referenced is as follows:
Excel Workbook | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
1 | Incident | Date and Time | Station ground of incident | Fire start location (primary fire only) | Igntion source (primary fire source) | Building number | Flat name number | Street | Locality | Ward | Property type level 3 | Property type level 4 | Property type level 5 | False alarm reason 3 | False alarm reason 4 | Month | Quarter | Local Indicator | ||
2 | 38006168 | 01/04/2010 02:20:47 | Newcastle North | 0 | 0 | * | * | * | * | * | Dwelling | House - single occupancy | 0 | 0 | 0 | 4 | 1 | Not Found | ||
3 | 38006169 | 01/04/2010 02:37:03 | Newcastle East | Kitchen | Cooking appliance - Cooker incl. oven | * | * | * | * | * | Dwelling | Purpose Built Flat/Maisonette - single occupancy | Up to 3 storeys | 0 | 0 | 4 | 1 | LI 4 | ||
4 | 38006180 | 01/04/2010 04:30:42 | Newcastle South | 0 | 0 | * | * | * | * | * | Non Residential | Food and Drink | Takeaway, fast food | Unknown | 0 | 4 | 1 | LI 22 | ||
5 | 38006183 | 01/04/2010 08:32:35 | Newcastle North | 0 | 0 | * | * | * | * | * | Non Residential | Public Utilities | Electricity power station | Fire | Smoke/condensation | 4 | 1 | Not Found | ||
6 | 38006185 | 01/04/2010 11:10:08 | Newcastle South | 0 | 0 | * | * | * | * | * | Dwelling | House - single occupancy | 0 | By phone | 0 | 4 | 1 | LI 21 | ||
Data 2010f |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
A2 | 1. / Formula is =COUNTIF($A$2:$A4896,A2)>1 | Abc | ||
B2 | 1. / Formula is =ISNUMBER(SEARCH("deliberate",$AI2)) | Abc | ||
A3 | 1. / Formula is =COUNTIF($A$2:$A4897,A3)>1 | Abc | ||
B3 | 1. / Formula is =ISNUMBER(SEARCH("deliberate",$AI2)) | Abc | ||
A4 | 1. / Formula is =COUNTIF($A$2:$A4897,A3)>1 | Abc | ||
B4 | 1. / Formula is =ISNUMBER(SEARCH("deliberate",$AI2)) | Abc | ||
A5 | 1. / Formula is =COUNTIF($A$2:$A4897,A3)>1 | Abc | ||
B5 | 1. / Formula is =ISNUMBER(SEARCH("deliberate",$AI2)) | Abc | ||
A6 | 1. / Formula is =COUNTIF($A$2:$A4897,A3)>1 | Abc | ||
B6 | 1. / Formula is =ISNUMBER(SEARCH("deliberate",$AI2)) | Abc |
Some of the data has been removed.
Whatever I try doesn't work, usually getting #Value or #N/A, I am trying to populate A11:R*** with the relevant data.
Seriously, any guidance will be well received by me probably in the form of alcohol.
Many thanks
Steve