View Single Post
  #1   Report Post  
Kwanjangnim
 
Posts: n/a
Default lookup function HELP!

i use an excel workbook to track a job from start to finish, this will
include costs, client details, hours worked etc. the problem i have is with
two worksheets, the first works out all the costs (estimates) of the job and
the second produces an estimate invoice
wksheet 1
a l b l c l d l
1 l resource l supplier l estimate l estimate out l
2 l web l hype design l £300 l £500 l
3 l photo l Jimbo l £1000 l l
4 l web l Storm l £400 l l
5 l design l Karen Jones l £700 l £900 l
5 l photo l Ellis l £700 l £1000 l

wksheet 2
a l b l c l d l
1 l ESTIMATE
2 l Client details
3 l ---------------------------------------------------
4 l web l hype design l £300 l £500 l
5 l design l Karen Jones l £700 l £900 l
6 l photo l Ellis l £700 l £1000 l

i would like a function that will display in wksheet 2 ONLY the information
that has a figure in the estimate out column, i've been trying to create a
variable range based on ISBLANK for estimate out column, this will show true
if cell is blank or false when filled, based on this i would like to create a
new list with only information that has a result of false. with this range i
would then like to auto update wksheet 2 with relevant information, occupying
first available row with highest place item from the list with other items
filling as many rows as necessary. i hope this is clear otherwise i can email
an example of what i've done

cheers