Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I get items from sheet 3 to show up on sheet 1 and 2?

I am making a travel expense log for two people. I would like to be able to
be able to enter in the employees name and what they spent, and then have
that also show on another sheet which is individualized. For example, if I
enter in $50 for Sue and $30 for Bob on sheet three, I want $50 to show on
Sue's sheet and $30 to show on Bob's.
I know how to do your basic IF= function. What I need to do is make sure
that no blank cells happen in between data entries. So if Sue only has two
entries, they will show up as rows 1 and 2 on her personal sheet no matter
their position on sheet 3.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PAR PAR is offline
external usenet poster
 
Posts: 20
Default How do I get items from sheet 3 to show up on sheet 1 and 2?

You can use a form of VLookup. For example, I have this statement on Sheet 1
of my worksheet
=IF(ISNA(VLOOKUP(A6,'Sheet2'!$B$14:$E$70,2,FALSE)) ,0,VLOOKUP(A6,'Sheet2'!$B$14:$E$70,2,FALSE))

It is looking at the value in cell A6 on Sheet1 (equivalent to the name you
type in on the master log file), and compares it to a list of possibilities
on sheet 2 and returns the value that is in the 2 column of the selected
range on Sheet2. it is looking for EXACT matches so you would need to make
sure you always type the same thing.

You either would have to reference another cell in the formula to get
separate lines or use a numbering system before or after the name on the log
sheet so you would get the separate lines.

It is not very elegant, but it would be a start.




"HeidiG" wrote:

I am making a travel expense log for two people. I would like to be able to
be able to enter in the employees name and what they spent, and then have
that also show on another sheet which is individualized. For example, if I
enter in $50 for Sue and $30 for Bob on sheet three, I want $50 to show on
Sue's sheet and $30 to show on Bob's.
I know how to do your basic IF= function. What I need to do is make sure
that no blank cells happen in between data entries. So if Sue only has two
entries, they will show up as rows 1 and 2 on her personal sheet no matter
their position on sheet 3.

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
Sum up columns in different sheet with error check zeyneddine Excel Discussion (Misc queries) 13 July 10th 06 01:21 PM
Asked previously...can this not be done in excel simonsmith Excel Discussion (Misc queries) 2 May 16th 06 11:50 PM
OLAP Pivot table - How to show items with no data ? Timmo Excel Worksheet Functions 1 March 30th 06 06:03 PM
Show values from other sheet TONY Excel Worksheet Functions 0 August 31st 05 03:03 PM
Pivot Table - Group by Month - Show Items with no data Dan Reynolds Excel Discussion (Misc queries) 0 November 28th 04 01:01 AM


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