A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @AsiekG,
Add a new column to the table, and use the formula like below:
=IFS(B2="MB",A2/1024,B2="KB",A2/1048576,TRUE,A2)
Copy the values of new column and paste to the "Value" column.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.