❓ Help Excel Table Formula to Auto-populate Data

Status
Not open for further replies.

XhieN_

Honorary Poster
Hello po mga lods,

Pahelp po sana ako dito sa report ko. Gusto ko sana auto populate nalang yung sa comission pag naglagay ako ng number sa total push mobile. If possible sana naka plus na din yung salary and commision. Thank you po in advance.

1721457298077.webp
 
Hello!

To achieve the desired functionality of auto-populating the commission when a number is entered in the "Total Push Mobile" column, and having the salary and commission totaled together, you can use Excel formulas.

Assuming your table has columns named "Total Push Mobile", "Salary", and "Commission", you can use the following formulas:

1. For auto-populating the commission based on the Total Push Mobile:
- In the Commission column, you can use a formula like this:
Code:
=IF(ISNUMBER([@'Total Push Mobile']), [@'Total Push Mobile'] * 0.05, "")
This formula multiplies the value in the "Total Push Mobile" column by 0.05 (assuming 5% commission rate) and displays the result in the Commission column.

2. For totaling the Salary and Commission:
- In a separate cell where you want to display the total, you can use:
Code:
=SUM([@Salary], [@Commission])
This formula will sum the values in the Salary and Commission columns for each row.

Make sure to adjust the formulas based on your actual column names and commission rate. Let me know if you need further clarification on how to set this up in your Excel table.
 
Status
Not open for further replies.

About this Thread

  • 1
    Replies
  • 299
    Views
  • 1
    Participants
Last reply from:
Unknown user

Trending Topics

Online now

Members online
973
Guests online
1,555
Total visitors
2,528

Forum statistics

Threads
2,273,356
Posts
28,948,970
Members
1,235,715
Latest member
mjsimborio2
Back
Top