Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have to enter cheque no. in control find to find in say Sheet 1(my data) to get the Loan Agreement No. the problem is that it i did not have any record of how many cheque I got or I entered on that date. I want to enter cheque no. in a new sheet in column A Can I get the Agreement No. of the cust in the column B.. from my data sheet which has 3 cheques no in three columns respectively.. Is this possible that among these 3 columns my cheque entry in column A matches with it and return the Loan Agr No which is in the fourth column next to the cheque details. Thanks, Safi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=IF(ISNA(VLOOKUP(A2,Sheet1!A:D,4,FALSE),"",VLOOKUP (A2,Sheet1!A:D,4,FALSE))
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Safi." wrote in message ... Hi, I have to enter cheque no. in control find to find in say Sheet 1(my data) to get the Loan Agreement No. the problem is that it i did not have any record of how many cheque I got or I entered on that date. I want to enter cheque no. in a new sheet in column A Can I get the Agreement No. of the cust in the column B.. from my data sheet which has 3 cheques no in three columns respectively.. Is this possible that among these 3 columns my cheque entry in column A matches with it and return the Loan Agr No which is in the fourth column next to the cheque details. Thanks, Safi |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bob,
the below mentioned formula gives error msg at "". wat to do, further the cheques no. are in three columns can it be an array to search and get the next column value if my entry matches with any one from the three. u can give some alternate formulas also. Thanks, Safi. "Bob Phillips" wrote: =IF(ISNA(VLOOKUP(A2,Sheet1!A:D,4,FALSE),"",VLOOKUP (A2,Sheet1!A:D,4,FALSE)) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Safi." wrote in message ... Hi, I have to enter cheque no. in control find to find in say Sheet 1(my data) to get the Loan Agreement No. the problem is that it i did not have any record of how many cheque I got or I entered on that date. I want to enter cheque no. in a new sheet in column A Can I get the Agreement No. of the cust in the column B.. from my data sheet which has 3 cheques no in three columns respectively.. Is this possible that among these 3 columns my cheque entry in column A matches with it and return the Loan Agr No which is in the fourth column next to the cheque details. Thanks, Safi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
Change background color of cell based on vlookup in cell | Excel Discussion (Misc queries) | |||
vlookup-cell range in formula changes when copied to another cell | Excel Discussion (Misc queries) | |||
using a vlookup to enter text into rows beneath the vlookup cell | Excel Programming | |||
Assining the value of a vlookup to a cell rather than the vlookup | Excel Programming |