Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() How can I perform the following formula from one worksheet on another worksheet. For example, I use this formula to derive an answer on a worksheet named Data, I want to use the same formula to get the same answer only do it from a different worksheet named Input. =IF(Date=0,"",OFFSET($E$5:$E$106,,MATCH(Date,$F$3: $CT$3,0))) Any ideas? Thanks. EP -- edwardpestian ------------------------------------------------------------------------ edwardpestian's Profile: http://www.excelforum.com/member.php...o&userid=33809 View this thread: http://www.excelforum.com/showthread...hreadid=537967 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this in any starting cell in the sheet: Input
=IF(Date=0,"",OFFSET(Data!$E$5,ROW(A1)-1,MATCH(Date,Data!$F$3:$CT$3,0))) Copy down as far as required -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "edwardpestian" wrote: How can I perform the following formula from one worksheet on another worksheet. For example, I use this formula to derive an answer on a worksheet named Data, I want to use the same formula to get the same answer only do it from a different worksheet named Input. =IF(Date=0,"",OFFSET($E$5:$E$106,,MATCH(Date,$F$3: $CT$3,0))) Any ideas? Thanks. EP -- edwardpestian ------------------------------------------------------------------------ edwardpestian's Profile: http://www.excelforum.com/member.php...o&userid=33809 View this thread: http://www.excelforum.com/showthread...hreadid=537967 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Now I'd like to take it one step further and have the forumula match based on two different cell criteria: G8 and H8. Can I do this? =IF(Date=0, "", OFFSET(Data!$E$5, ROW(A1)+100, MATCH(G8, Data!$F$3:$CT$3, 0) + 1)) Thanks again. EP -- edwardpestian ------------------------------------------------------------------------ edwardpestian's Profile: http://www.excelforum.com/member.php...o&userid=33809 View this thread: http://www.excelforum.com/showthread...hreadid=537967 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad to see you got it sorted out in your later post !
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Comparing a list to a Calendar worksheet. | Excel Worksheet Functions | |||
Cannat paste that macro formula onto a worksheet | Excel Discussion (Misc queries) | |||
Worksheet references another tab in formula | Excel Worksheet Functions |