Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Multiple formula entry

Hi,

I need to fill an 20x20 block of cells with a formula based on the
following......

=(indirect(WaferNum) Die1)

where the die number changes from 1 to 400. is there a way i can
generate the formulae easily or do i have to edit the die number in
each of the 400 cells.

Any suggestions?

Thanks in advance

Simon

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Multiple formula entry

Simon,

Don't understand the formula, but with indirect you can use the row number,
like so

=INDIRECT("A"&ROW())

simplistic but hopefully you get the idea

--
HTH

Bob Phillips

"simon_pykett - at - dynexsemi.com" wrote in
message ups.com...
Hi,

I need to fill an 20x20 block of cells with a formula based on the
following......

=(indirect(WaferNum) Die1)

where the die number changes from 1 to 400. is there a way i can
generate the formulae easily or do i have to edit the die number in
each of the 400 cells.

Any suggestions?

Thanks in advance

Simon



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Multiple formula entry

Sorry Bob,

I'll try and explain a little further.

I have a list of 400 test results from a number of wafers. The region
of the spreadsheet containing the test results has ranges named as
follows
Wafer1 = A1:A400, Wafer2 = B1:B400, Wafer3 = C1:C400
Die1 = A1:C1, Die2 = A2:C2......etc to Die400

I'm looking to put the results in a 20x20 array representing the wafer
with conditional formatting to show pass/fail based on the test result.
In the past when i've only had a small number of results (32) i've used
the =(indirect(WaferNum) DieNum) formula and manually changed the
reference to each DieNum (1 to 32).

WaferNum refers to the value of a dropdown listbox containing the names
of the Wafer1...Wafer3 ranges.

Hope this clarifies things a bit.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Multiple formula entry

Simon,

I think I get it, but can you send me a sample workbook, with your data and
what you want to see?

--
HTH

Bob Phillips

"simon_pykett - at - dynexsemi.com" wrote in
message oups.com...
Sorry Bob,

I'll try and explain a little further.

I have a list of 400 test results from a number of wafers. The region
of the spreadsheet containing the test results has ranges named as
follows
Wafer1 = A1:A400, Wafer2 = B1:B400, Wafer3 = C1:C400
Die1 = A1:C1, Die2 = A2:C2......etc to Die400

I'm looking to put the results in a 20x20 array representing the wafer
with conditional formatting to show pass/fail based on the test result.
In the past when i've only had a small number of results (32) i've used
the =(indirect(WaferNum) DieNum) formula and manually changed the
reference to each DieNum (1 to 32).

WaferNum refers to the value of a dropdown listbox containing the names
of the Wafer1...Wafer3 ranges.

Hope this clarifies things a bit.



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
"What-if" formula for either a manual entry and automated entry MZ Excel Discussion (Misc queries) 3 February 3rd 10 10:29 PM
One Entry to Multiple Rows Pandaura Excel Discussion (Misc queries) 1 January 21st 10 10:39 PM
Multiple data entry with multiple results Jafferi[_2_] Excel Worksheet Functions 2 March 27th 09 05:06 AM
Same entry on multiple sheets elgrandekazoo Excel Worksheet Functions 1 April 7th 06 02:49 AM
Populating Multiple Worksheets with one entry Intuit Excel Worksheet Functions 5 January 27th 06 09:01 PM


All times are GMT +1. The time now is 04:57 PM.

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"