Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Martc
 
Posts: n/a
Default Need help with formula

Hi
I have a spreadsheet and I am trying i am trying to pull out certain data.
It shows the registrations of the lorries in our fleet with a cell for each
day of the week. If a cell has a certain symbol we want it to copy the
registration for that row to a different table. An example of the sheet is
below:

M T W T F S S M T W
Reg1 /
Reg2

So as Reg1 has a "/" we want Reg1 to show on a different table. Please
help!!Thanks for your time.
  #2   Report Post  
Domenic
 
Posts: n/a
Default

Assumptions:

A1:K10 contains your data

First row contains the day of the week

First column contains the registration number

Formulas:

A15:

=SUM(--(MMULT(--(B2:K10="/"),TRANSPOSE(COLUMN(B2:K10)^0))0))

....confirmed with CONTROL+SHIFT+ENTER

B15, copied down:

=IF(ROWS($B$15:B15)<=$A$15,INDEX($A$2:$A$10,SMALL( IF(MMULT(--($B$2:$K$10=
"/"),TRANSPOSE(COLUMN($B$2:$K$10)^0)),ROW($B$2:$K$10 )-ROW($B$2)+1),ROWS($
B$15:B15))),"")

....confirmed with CONTROL+SHIFT+ENTER

*Adjust the range accordingly.

Hope this helps!

In article ,
"Martc" wrote:

Hi
I have a spreadsheet and I am trying i am trying to pull out certain data.
It shows the registrations of the lorries in our fleet with a cell for each
day of the week. If a cell has a certain symbol we want it to copy the
registration for that row to a different table. An example of the sheet is
below:

M T W T F S S M T W
Reg1 /
Reg2

So as Reg1 has a "/" we want Reg1 to show on a different table. Please
help!!Thanks for your time.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 09:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"