Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Updating excel spreadsheets based on lookup

Hello All,

Thanks for your guidance.
I have two spreadsheets. One spreadsheet(excel 1) has two columns and
whose values aresample)
testid|require# |Result
a1.1 |10.01.01 |Pass
a1.2 |10.01.02 |Nottest
a1.3 |10.01.01 |Pass
a1.4 |10.01.01 |Pass
a1.5 |10.01.03 |Fail

Now that a1.1,a1.3,a1.4 are all a part of 10.01.01 and in another
spreadsheet(excel 2), i will have only the require#.
require# |Result
10.01.01 |<result
10.01.02 |<result
10.01.03 |<result ....so on

My need is to update (excel 2)'s result column based on results from
excel 1
In my case, only if a1.1,a1.3,a1.4 are passed, 10.01.01 should be made
PASSED otherwise it should be always NOTTESTED.

Please help me in the first part atleast where i will do a database
lookup for all the test cases that are mapped to a particular
requirement# and look for the test status for the mapped test case
ids.

thanks
bala
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default Updating excel spreadsheets based on lookup

try this

=INDEX([excel1]Sheet1!C1:C5,MATCH(A2,[excel1]Sheet1!B1:B5,0),0)



On Oct 9, 5:13*pm, IJALAB wrote:
Hello All,

Thanks for your guidance.
I have two spreadsheets. One spreadsheet(excel 1) has two columns and
whose values aresample)
testid|require# |Result
a1.1 |10.01.01 |Pass
a1.2 |10.01.02 |Nottest
a1.3 |10.01.01 |Pass
a1.4 |10.01.01 |Pass
a1.5 |10.01.03 |Fail

Now that a1.1,a1.3,a1.4 are all a part of 10.01.01 and in another
spreadsheet(excel 2), i will have only the require#.
require# |Result
10.01.01 |<result
10.01.02 |<result
10.01.03 |<result ....so on

My need is to update (excel 2)'s result column based on results from
excel 1
In my case, only if a1.1,a1.3,a1.4 are passed, 10.01.01 should be made
PASSED otherwise it should be always NOTTESTED.

Please help me in the first part atleast where i will do a database
lookup for all the test cases that are mapped to a particular
requirement# and look for the test status for the mapped test case
ids.

thanks
bala


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
updating Outlook contact excel spreadsheets without recreating? summer Excel Discussion (Misc queries) 0 November 29th 07 03:42 PM
Updating spreadsheets Cloudbuster Excel Discussion (Misc queries) 2 August 31st 06 10:16 PM
Updating Excel spreadsheets over the Internet? Dan Merkel Excel Discussion (Misc queries) 1 May 20th 05 04:44 PM
importing excel spreadsheets into web-based applications Jim Excel Discussion (Misc queries) 0 February 22nd 05 04:43 PM
Excel problem with web based spreadsheets Steve Williams Excel Discussion (Misc queries) 0 January 12th 05 02:11 PM


All times are GMT +1. The time now is 03:41 AM.

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

About Us

"It's about Microsoft Excel"