Please help me.

  • Thread starter Thread starter kumawat_s
  • Start date Start date
K

kumawat_s

presently I link b1 and f1 of "payment" sheet to d1 and e1 of anothe
sheet.

What function should I apply in e1 when I link b1 then in e1 cell th
f1 value should reflect automatically.


_*d1__*_ *_e1_*
b1 of payment next 4th column's value

Please help me.

thanks in advance

skara
 
your question is not clear. what do you mean by link? is it hyperlink o
just =payment!B1. please clarify your question.
 
I want to link just =payment!b1.
your question is not clear. what do you mean by link? is it hyperlink o
just =payment!B1. please clarify your question
 
in cell E1 put following function.
=IF(D1<>"",Payment!F1,"")
this function will return value of cell F1 of Payment sheet if yo
enter value in D1.

hopfully this would be the solution of your problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top