Filling in information on Numbers

I am making a business template. On one page, I have my invoices. If I type in the customers name, I want it to automatically pull their information from a different page.


For example, on the “Invoices” page, if I type the name Sally, I want it to pull the client information from my “client list” page where I have typed their address/phone number.


I have tried IF and LOOKUP and MATCH, but none of those functions are doing what I am looking for (or I am typing it incorrectly)

MacBook Pro 13″, macOS 15.1

Posted on Dec 26, 2024 3:51 PM

Reply
Question marked as Top-ranking reply

Posted on Dec 27, 2024 1:04 AM

Hi HEN8,


The function XLOOKUP will work.

I suggest you use a Client Number as your lookup, rather than Sally (there are two Sallys here!)




Enter Client Number in Invoice B1.

Formula in B2 is XLOOKUP(B$1,Clients::A,Clients::B,"Not Found",0,1)

Fill down.

Formula in B3 is XLOOKUP(B$1,Clients::A,Clients::C,"Not Found",0,1)

Formula in B4 is XLOOKUP(B$1,Clients::A,Clients::D,"Not Found",0,1)

Formula in B5 is XLOOKUP(B$1,Clients::A,Clients::E,"Not Found",0,1)


Regards,

Ian.

1 reply
Question marked as Top-ranking reply

Dec 27, 2024 1:04 AM in response to HEN8

Hi HEN8,


The function XLOOKUP will work.

I suggest you use a Client Number as your lookup, rather than Sally (there are two Sallys here!)




Enter Client Number in Invoice B1.

Formula in B2 is XLOOKUP(B$1,Clients::A,Clients::B,"Not Found",0,1)

Fill down.

Formula in B3 is XLOOKUP(B$1,Clients::A,Clients::C,"Not Found",0,1)

Formula in B4 is XLOOKUP(B$1,Clients::A,Clients::D,"Not Found",0,1)

Formula in B5 is XLOOKUP(B$1,Clients::A,Clients::E,"Not Found",0,1)


Regards,

Ian.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Filling in information on Numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.