Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JS JS is offline
external usenet poster
 
Posts: 44
Default Display last status information

Dear all,
I'd like to display last status of my projects in sheet2 based on data on
sheet1 as follows:

SHEET1:
Project Day1 Day2 Day3 Day4 Day5 Day6 Day7
X Status1 Status2 Status3
Y Status1 Status2 Status3 Status4 Status5

SHEET2:
Last Status Information:
X Status3
Y Status5

Can someone help me, please...?

Thank you.

rgds
js
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Display last status information

Hi,

Use the following formula in cell B2 of sheet2 (if the status is a numeric
field).

LOOKUP(99^99,Sheet1!B11:H11)

Use the following formula in cell B2 of sheet2 (if the status is a
non-numeric field)

LOOKUP(REPT("z",255),Sheet1!B11:H11)

Once you have used either of these formulas, just copy it down.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"js" wrote in message
...
Dear all,
I'd like to display last status of my projects in sheet2 based on data on
sheet1 as follows:

SHEET1:
Project Day1 Day2 Day3 Day4 Day5 Day6 Day7
X Status1 Status2 Status3
Y Status1 Status2 Status3 Status4 Status5

SHEET2:
Last Status Information:
X Status3
Y Status5

Can someone help me, please...?

Thank you.

rgds
js


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JS JS is offline
external usenet poster
 
Posts: 44
Default Display last status information

Hi,
It's work. Thank you very much.

rgds
js

"Ashish Mathur" wrote:

Hi,

Use the following formula in cell B2 of sheet2 (if the status is a numeric
field).

LOOKUP(99^99,Sheet1!B11:H11)

Use the following formula in cell B2 of sheet2 (if the status is a
non-numeric field)

LOOKUP(REPT("z",255),Sheet1!B11:H11)

Once you have used either of these formulas, just copy it down.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"js" wrote in message
...
Dear all,
I'd like to display last status of my projects in sheet2 based on data on
sheet1 as follows:

SHEET1:
Project Day1 Day2 Day3 Day4 Day5 Day6 Day7
X Status1 Status2 Status3
Y Status1 Status2 Status3 Status4 Status5

SHEET2:
Last Status Information:
X Status3
Y Status5

Can someone help me, please...?

Thank you.

rgds
js


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
How do I display character count on the status bar? user061803 Excel Worksheet Functions 2 May 16th 08 07:48 PM
How can I display status bar value in Excel 2007 Al B Excel Discussion (Misc queries) 1 March 11th 07 12:35 AM
display status bar value in excel userform? Al B Excel Discussion (Misc queries) 0 November 15th 06 01:21 PM
Status bar does not display filter mode Trainer Excel Discussion (Misc queries) 2 May 24th 06 09:55 PM
Display No. of Rows in Status Bar Marty Excel Discussion (Misc queries) 2 January 24th 05 10:29 PM


All times are GMT +1. The time now is 08:17 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"