Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default IF, OFFSET,MATCH Please Help

Can anyone tell me what I am doing wrong? I am getting a to few arguments
error message and I am going blind staring at it.

=if(c2 OFFSET(Sheet2!$I$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0),0),
OFFSET(Sheet2!$j$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0),0),
OFFSET(Sheet2!$K$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0),0))

Also tried:
=if(c2 OFFSET(Sheet2!$I$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0)),
OFFSET(Sheet2!$j$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0)),
OFFSET(Sheet2!$K$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0)))
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default IF, OFFSET,MATCH Please Help

Match takes 3 arguments not 4. Delete your final zeros as a guess.

=if(c2 OFFSET(Sheet2!$I$10,MATCH(I2,Sheet2!G$11:G$27,FALS E),0),
OFFSET(Sheet2!$j$10,MATCH(I2,Sheet2!G$11:G$27,FALS E),0),
OFFSET(Sheet2!$K$10,MATCH(I2,Sheet2!G$11:G$27,FALS E),0))

--
HTH...

Jim Thomlinson


"Xhawk57" wrote:

Can anyone tell me what I am doing wrong? I am getting a to few arguments
error message and I am going blind staring at it.

=if(c2 OFFSET(Sheet2!$I$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0),0),
OFFSET(Sheet2!$j$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0),0),
OFFSET(Sheet2!$K$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0),0))

Also tried:
=if(c2 OFFSET(Sheet2!$I$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0)),
OFFSET(Sheet2!$j$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0)),
OFFSET(Sheet2!$K$10,MATCH(I2,Sheet2!G$11:G$27,FALS E,0)))

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
If And Match With a MAX and Offset [email protected] Excel Discussion (Misc queries) 7 October 23rd 06 12:57 PM
Match Offset by more than one value TomorrowsMan Excel Discussion (Misc queries) 4 October 20th 06 08:07 PM
Match Offset by more than one value TomorrowsMan Excel Worksheet Functions 4 October 20th 06 08:07 PM
Match Value and then offset Todd Huttenstine Excel Worksheet Functions 3 June 28th 06 04:47 PM
Using MAX with OFFSET and MATCH Joe Gieder Excel Worksheet Functions 3 October 12th 05 10:34 PM


All times are GMT +1. The time now is 09:43 AM.

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"