#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default IF ISNA Help

I am creating a checkbook for work. I need help with determining how to type
a number in one cell (i.e. '7245) and get it to produce the name of the
account that belongs to 7245. This is what i have so far. I am just not
sure what to do with the part that says 'account number'. Do i create a
seprate file with these names? or do i put them in the table somewhere?
Please help! Thanks!

IF(ISNA(VLOOKUP(A7,'Account
Numbers'!A$2:B$327,2,FALSE)&"-"&VLOOKUP(B7,'Account
Numbers'!C$2:D$1443,2,FALSE))," ",VLOOKUP(A7,'Account
Numbers'!A$2:B$327,2,FALSE)&"-"&VLOOKUP(B7,'Account
Numbers'!C$2:D$1443,2,FALSE))
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default IF ISNA Help

Thanks Conan.

After changing all the items on my 'Account Numbers', i cannot get it to
pull upon the other sheets for some reason. Here is my formula again and an
example. Any thoughts?

=IF(ISNA(VLOOKUP(A19,'Account
Numbers'!A$3:B$329,2,FALSE)&"-"&VLOOKUP(B19,'Account
Numbers'!C$3:D$1449,2,FALSE))," ",VLOOKUP(A19,'Account
Numbers'!A$3:B$329,2,FALSE)&"-"&VLOOKUP(B19,'Account
Numbers'!C$3:D$1449,2,FALSE))

On my 'Account Numbers', in cell A3 is have "00", in cell B3 i have "Rooms",
but it will not pull up on the other sheets...what am i missing?

THANKS FOR THE HELP!

"Conan Kelly" wrote:

Act Guy,

In your formula, the part that reads...

'Account Numbers'!A$2:B$327

....is refering to the range of cells A2 to B327 on a sheet named "Account
Numbers"

This sheet should already exist and it should have 2 lists on it: one list
from A2 to B327 and a 2nd list from C2 to D1443.

HTH,

Conan




"Act Guy" <Act wrote in message
...
I am creating a checkbook for work. I need help with determining how to
type
a number in one cell (i.e. '7245) and get it to produce the name of the
account that belongs to 7245. This is what i have so far. I am just not
sure what to do with the part that says 'account number'. Do i create a
seprate file with these names? or do i put them in the table somewhere?
Please help! Thanks!

IF(ISNA(VLOOKUP(A7,'Account
Numbers'!A$2:B$327,2,FALSE)&"-"&VLOOKUP(B7,'Account
Numbers'!C$2:D$1443,2,FALSE))," ",VLOOKUP(A7,'Account
Numbers'!A$2:B$327,2,FALSE)&"-"&VLOOKUP(B7,'Account
Numbers'!C$2:D$1443,2,FALSE))




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(ISNA.... olrustyxlsuser Excel Discussion (Misc queries) 6 November 21st 08 11:46 PM
ISNA Help Bigfoot17 Excel Worksheet Functions 2 March 21st 07 05:58 PM
ISNA help Matt Excel Worksheet Functions 1 October 14th 06 05:56 PM
Using ISNA with OR HBF Excel Worksheet Functions 4 May 1st 06 10:37 PM
ISNA Lomax Excel Worksheet Functions 4 July 24th 05 05:41 PM


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